TinkMoneyManagerUI Documentation Beta

Structure Access​Token

public struct AccessToken: Hashable, RawRepresentable

An OAuth access token to access the Tink service.

AccessToken AccessToken Hashable Hashable AccessToken->Hashable RawRepresentable RawRepresentable AccessToken->RawRepresentable

Conforms To

Hashable
RawRepresentable

Initializers

init?(raw​Value:​)

public init?(rawValue: String)

init(_:​)

public init(_ value: String)

Properties

raw​Value

let rawValue: String