AccessTokenResponse

public struct AccessTokenResponse : Codable

A root object that stores information about an access token response.

Properties

  • The data included in the repsonse for an access token object request.

    Declaration

    Swift

    public let data: [AccessToken]
  • The realtive URL to the next page in the paginated response.

    Declaration

    Swift

    public let next: String?