Token

public struct Token : Codable

A Token object represents an additional authentication or authorization token.

  • The list of available Token types.

    See more

    Declaration

    Swift

    public enum Kind : String, Codable
  • Creates a new token.

    Declaration

    Swift

    public init(type: Kind, value: String)

    Parameters

    type

    The type of the additional token.

    value

    The value of the additional token.