oidc-client-rx
Version:
ReactiveX enhanced OIDC and OAuth2 protocol support for browser-based JavaScript applications
19 lines • 777 B
TypeScript
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"
}
//# sourceMappingURL=validation-result.d.ts.map