Structure
AuthorizationCode
public struct AuthorizationCode: Hashable, RawRepresentable, ExpressibleByStringLiteral
An authorization code from the Tink backend.
Relationships
Conforms To
ExpressibleByStringLiteral
Hashable
RawRepresentable
Initializers
init?(rawValue:)
public init?(rawValue: String)
init(stringLiteral:)
public init(stringLiteral value: String)
init(_:)
public init(_ value: String)
Creates an authorization code.
Parameters
Name | Type | Description |
---|---|---|
value | String |
The authorization code |
Properties
rawValue
let rawValue: String