File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ export class OidcClient {
105
105
readonly settings : OidcClientSettings ;
106
106
107
107
createSigninRequest ( args ?: any ) : Promise < SigninRequest > ;
108
- processSigninResponse ( url : string , stateStore : StateStore ) : Promise < SigninResponse > ;
108
+ processSigninResponse ( url ? : string , stateStore ? : StateStore ) : Promise < SigninResponse > ;
109
109
110
110
createSignoutRequest ( args ?: any ) : Promise < SignoutRequest > ;
111
- processSignoutResponse ( url : string , stateStore : StateStore ) : Promise < SignoutResponse > ;
111
+ processSignoutResponse ( url ? : string , stateStore ? : StateStore ) : Promise < SignoutResponse > ;
112
112
113
113
clearStaleState ( stateStore : StateStore ) : Promise < any > ;
114
114
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oidc-client" ,
3
- "version" : " 1.5.1 " ,
3
+ "version" : " 1.5.2 " ,
4
4
"description" : " OpenID Connect (OIDC) & OAuth2 client library" ,
5
5
"main" : " lib/oidc-client.min.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments