UNPKG

angular-auth-oidc-client

Version:
19 lines (18 loc) 748 B
export declare enum ValidationResult { NotSet = "NotSet", StatesDoNotMatch = "StatesDoNotMatch", SignatureFailed = "SignatureFailed", IncorrectNonce = "IncorrectNonce", RequiredPropertyMissing = "RequiredPropertyMissing", MaxOffsetExpired = "MaxOffsetExpired", IssDoesNotMatchIssuer = "IssDoesNotMatchIssuer", NoAuthWellKnownEndPoints = "NoAuthWellKnownEndPoints", IncorrectAud = "IncorrectAud", IncorrectIdTokenClaimsAfterRefresh = "IncorrectIdTokenClaimsAfterRefresh", IncorrectAzp = "IncorrectAzp", TokenExpired = "TokenExpired", IncorrectAtHash = "IncorrectAtHash", Ok = "Ok", LoginRequired = "LoginRequired", SecureTokenServerError = "SecureTokenServerError" }