SDKAuthenticationToken

data class SDKAuthenticationToken(val token: String)

Authentication token to use on transaction confirmation

Parameters

token

the provided auth token

Throws

if token is an empty String

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard