Token
public struct Token
Wrapper for string information to be passed around
-
The wrapped token information
Declaration
Swift
public let token: String -
Initialize a Token with its information represented by a String
Declaration
Swift
public init(token: String)Parameters
tokenthe token information