You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constDefaultClientAuthentication="client_secret_post"// The default value must be client_secret_basic, as explained in https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication
13
14
constDefaultStaleStateAge=60*15;// seconds
14
15
constDefaultClockSkewInSeconds=60*5;
15
16
@@ -20,6 +21,7 @@ export class OidcClientSettings {
0 commit comments