CredentialsJWTOptions

public struct CredentialsJWTOptions

A list of options for authentication with JWT.

  • Determines the JWT claim that will be used for the identity of the user, (default is ‘sub’).

    Declaration

    Swift

    public static let subject: String
  • An implementation of Credentials.UserProfileDelegate to update user profile.

    Declaration

    Swift

    public static let userProfileDelegate: String