File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ export class OidcClient {
105105 readonly settings : OidcClientSettings ;
106106
107107 createSigninRequest ( args ?: any ) : Promise < SigninRequest > ;
108- processSigninResponse ( url : string , stateStore : StateStore ) : Promise < SigninResponse > ;
108+ processSigninResponse ( url ? : string , stateStore ? : StateStore ) : Promise < SigninResponse > ;
109109
110110 createSignoutRequest ( args ?: any ) : Promise < SignoutRequest > ;
111- processSignoutResponse ( url : string , stateStore : StateStore ) : Promise < SignoutResponse > ;
111+ processSignoutResponse ( url ? : string , stateStore ? : StateStore ) : Promise < SignoutResponse > ;
112112
113113 clearStaleState ( stateStore : StateStore ) : Promise < any > ;
114114
Original file line number Diff line number Diff line change 11{
22 "name" : " oidc-client" ,
3- "version" : " 1.5.1 " ,
3+ "version" : " 1.5.2 " ,
44 "description" : " OpenID Connect (OIDC) & OAuth2 client library" ,
55 "main" : " lib/oidc-client.min.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments