Structures

The following structures are available globally.

  • A list of options for authentication with JWT.

    See more

    Declaration

    Swift

    public struct CredentialsJWTOptions
  • Represents the configuration for TypeSafeJWT authenication: the verification method, and the cache parameters. To avoid the need to verify a token every time it is received, the token cache stores a token with a time-to-live attribute, and skips verification of cached tokens while the TTL is still valid.

    See more

    Declaration

    Swift

    public struct TypeSafeJWT