Structures

The following structures are available globally.

  • Represents a user.

    See more

    Declaration

    Swift

    public struct User
  • Represents the structure of a JSON Web Key Set

    See more

    Declaration

    Swift

    public struct Jwks : Codable
  • Represents a key in a JSON Web Key Set

    See more

    Declaration

    Swift

    public struct JwkContent : Codable
  • Describes the header of a JSON Web Token

    See more

    Declaration

    Swift

    public struct JwtHeader : Codable