MomentsUserPayload
public struct MomentsUserPayload : Codable
Represents a Moments User Payload model
-
Undocumented
Declaration
Swift
public init(id: String, username: String, avatarUrl: String, followings: [String], creatorTags: [String]?, consumerTags: [String]?, expirationTime: Int64)
-
Undocumented
Declaration
Swift
public func encryptUserPayload(secretKey: String, initializationVector: String) -> String?