LoginCredentials
public struct LoginCredentials
Struct that used to pass the login credentials to SDK
-
Constructor with credentials
Declaration
Swift
public init(authToken: String, secretKey: String) -
Auth token
Declaration
Swift
public let authToken: String -
Secret key to send with auth token
Declaration
Swift
public let secretKey: String
LoginCredentials Structure Reference