UNPKG

angular-auth-oidc-client

Version:

An OpenID Connect Code Flow with PKCE,Implicit Flow client for Angular

17 lines (16 loc) 632 B
export declare enum ValidationResult { NotSet = "NotSet", StatesDoNotMatch = "StatesDoNotMatch", SignatureFailed = "SignatureFailed", IncorrectNonce = "IncorrectNonce", RequiredPropertyMissing = "RequiredPropertyMissing", MaxOffsetExpired = "MaxOffsetExpired", IssDoesNotMatchIssuer = "IssDoesNotMatchIssuer", NoAuthWellKnownEndPoints = "NoAuthWellKnownEndPoints", IncorrectAud = "IncorrectAud", TokenExpired = "TokenExpired", IncorrectAtHash = "IncorrectAtHash", Ok = "Ok", LoginRequired = "LoginRequired", SecureTokenServerError = "SecureTokenServerError" }