FederatedAuthRequestIssueReason

Represents the failure reason when a federated authentication reason fails. Should be updated alongside RequestIdTokenStatus in third_party/blink/public/mojom/devtools/inspector_issue.mojom to include all cases except for success.

Entries

Link copied to clipboard
@SerialName(value = "ShouldEmbargo")
SHOULDEMBARGO
Link copied to clipboard
@SerialName(value = "TooManyRequests")
TOOMANYREQUESTS
Link copied to clipboard
@SerialName(value = "WellKnownHttpNotFound")
WELLKNOWNHTTPNOTFOUND
Link copied to clipboard
@SerialName(value = "WellKnownNoResponse")
WELLKNOWNNORESPONSE
Link copied to clipboard
@SerialName(value = "WellKnownInvalidResponse")
WELLKNOWNINVALIDRESPONSE
Link copied to clipboard
@SerialName(value = "WellKnownListEmpty")
WELLKNOWNLISTEMPTY
Link copied to clipboard
@SerialName(value = "WellKnownInvalidContentType")
WELLKNOWNINVALIDCONTENTTYPE
Link copied to clipboard
@SerialName(value = "ConfigNotInWellKnown")
CONFIGNOTINWELLKNOWN
Link copied to clipboard
@SerialName(value = "WellKnownTooBig")
WELLKNOWNTOOBIG
Link copied to clipboard
@SerialName(value = "ConfigHttpNotFound")
CONFIGHTTPNOTFOUND
Link copied to clipboard
@SerialName(value = "ConfigNoResponse")
CONFIGNORESPONSE
Link copied to clipboard
@SerialName(value = "ConfigInvalidResponse")
CONFIGINVALIDRESPONSE
Link copied to clipboard
@SerialName(value = "ConfigInvalidContentType")
CONFIGINVALIDCONTENTTYPE
Link copied to clipboard
@SerialName(value = "ClientMetadataHttpNotFound")
CLIENTMETADATAHTTPNOTFOUND
Link copied to clipboard
@SerialName(value = "ClientMetadataNoResponse")
CLIENTMETADATANORESPONSE
Link copied to clipboard
@SerialName(value = "ClientMetadataInvalidResponse")
CLIENTMETADATAINVALIDRESPONSE
Link copied to clipboard
@SerialName(value = "ClientMetadataInvalidContentType")
CLIENTMETADATAINVALIDCONTENTTYPE
Link copied to clipboard
@SerialName(value = "IdpNotPotentiallyTrustworthy")
IDPNOTPOTENTIALLYTRUSTWORTHY
Link copied to clipboard
@SerialName(value = "DisabledInSettings")
DISABLEDINSETTINGS
Link copied to clipboard
@SerialName(value = "DisabledInFlags")
DISABLEDINFLAGS
Link copied to clipboard
@SerialName(value = "ErrorFetchingSignin")
ERRORFETCHINGSIGNIN
Link copied to clipboard
@SerialName(value = "InvalidSigninResponse")
INVALIDSIGNINRESPONSE
Link copied to clipboard
@SerialName(value = "AccountsHttpNotFound")
ACCOUNTSHTTPNOTFOUND
Link copied to clipboard
@SerialName(value = "AccountsNoResponse")
ACCOUNTSNORESPONSE
Link copied to clipboard
@SerialName(value = "AccountsInvalidResponse")
ACCOUNTSINVALIDRESPONSE
Link copied to clipboard
@SerialName(value = "AccountsListEmpty")
ACCOUNTSLISTEMPTY
Link copied to clipboard
@SerialName(value = "AccountsInvalidContentType")
ACCOUNTSINVALIDCONTENTTYPE
Link copied to clipboard
@SerialName(value = "IdTokenHttpNotFound")
IDTOKENHTTPNOTFOUND
Link copied to clipboard
@SerialName(value = "IdTokenNoResponse")
IDTOKENNORESPONSE
Link copied to clipboard
@SerialName(value = "IdTokenInvalidResponse")
IDTOKENINVALIDRESPONSE
Link copied to clipboard
@SerialName(value = "IdTokenIdpErrorResponse")
IDTOKENIDPERRORRESPONSE
Link copied to clipboard
@SerialName(value = "IdTokenCrossSiteIdpErrorResponse")
IDTOKENCROSSSITEIDPERRORRESPONSE
Link copied to clipboard
@SerialName(value = "IdTokenInvalidRequest")
IDTOKENINVALIDREQUEST
Link copied to clipboard
@SerialName(value = "IdTokenInvalidContentType")
IDTOKENINVALIDCONTENTTYPE
Link copied to clipboard
@SerialName(value = "ErrorIdToken")
ERRORIDTOKEN
Link copied to clipboard
@SerialName(value = "Canceled")
CANCELED
Link copied to clipboard
@SerialName(value = "RpPageNotVisible")
RPPAGENOTVISIBLE
Link copied to clipboard
@SerialName(value = "SilentMediationFailure")
SILENTMEDIATIONFAILURE
Link copied to clipboard
@SerialName(value = "ThirdPartyCookiesBlocked")
THIRDPARTYCOOKIESBLOCKED
Link copied to clipboard
@SerialName(value = "NotSignedInWithIdp")
NOTSIGNEDINWITHIDP
Link copied to clipboard
@SerialName(value = "MissingTransientUserActivation")
MISSINGTRANSIENTUSERACTIVATION
Link copied to clipboard
@SerialName(value = "ReplacedByActiveMode")
REPLACEDBYACTIVEMODE
Link copied to clipboard
@SerialName(value = "InvalidFieldsSpecified")
INVALIDFIELDSSPECIFIED
Link copied to clipboard
@SerialName(value = "RelyingPartyOriginIsOpaque")
RELYINGPARTYORIGINISOPAQUE
Link copied to clipboard
@SerialName(value = "TypeNotMatching")
TYPENOTMATCHING
Link copied to clipboard
@SerialName(value = "UiDismissedNoEmbargo")
UIDISMISSEDNOEMBARGO
Link copied to clipboard
@SerialName(value = "CorsError")
CORSERROR
Link copied to clipboard
@SerialName(value = "SuppressedBySegmentationPlatform")
SUPPRESSEDBYSEGMENTATIONPLATFORM

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.