UNPKG

angular-auth-oidc-client

Version:

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

6 lines (5 loc) 142 B
export declare enum AuthorizationState { authorized = "authorized", forbidden = "forbidden", unauthorized = "unauthorized" }