Structure
AccessToken
public struct AccessToken: Hashable, RawRepresentable
An OAuth access token to access the Tink service.
Relationships
Conforms To
Hashable
RawRepresentable
Initializers
init?(rawValue:)
public init?(rawValue: String)
init(_:)
public init(_ value: String)
Properties
rawValue
let rawValue: String