Module: Auth0::Types::ClientOidcBackchannelLogoutInitiatorsEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/client_oidc_backchannel_logout_initiators_enum.rb

Constant Summary collapse

RP_LOGOUT =
"rp-logout"
IDP_LOGOUT =
"idp-logout"
PASSWORD_CHANGED =
"password-changed"
SESSION_EXPIRED =
"session-expired"
SESSION_REVOKED =
"session-revoked"
ACCOUNT_DELETED =
"account-deleted"
EMAIL_IDENTIFIER_CHANGED =
"email-identifier-changed"
MFA_PHONE_UNENROLLED =
"mfa-phone-unenrolled"
ACCOUNT_DEACTIVATED =
"account-deactivated"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load