AccessToken

public struct AccessToken : IdentityResource, Hashable

A root object that stores information about a collection of access tokens.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: AccessToken, rhs: AccessToken) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single access token, such as the token’s ip address, and last validated date.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about access token relationships, such as the user it belongs to, and the platform it was created on.

    See more

    Declaration

    Swift

    public struct Relationships : Codable