Enums

The following enums are available globally.

  • The type of token to be saved in KeychainWrap:

    • AccessToken: access token
    • ExpirationDate: access token expiration date
    • RefreshToken: refresh token
    • RefreshExpirationDate: refresh token expiration date (used for Keycloak adapter only)

    Declaration

    Swift

    public enum TokenType: String