We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f564f97 + 8b03154 commit 4909452Copy full SHA for 4909452
index.d.ts
@@ -82,7 +82,7 @@ export interface MetadataServiceCtor {
82
83
export interface ResponseValidator {
84
validateSigninResponse(state: any, response: any): Promise<SigninResponse>;
85
- validateSignoutResponse(state: any, response: any): Promise<SignoutResposne>;
+ validateSignoutResponse(state: any, response: any): Promise<SignoutResponse>;
86
}
87
88
export interface ResponseValidatorCtor {
@@ -262,7 +262,7 @@ export interface SigninResponse {
262
readonly scopes: string[];
263
264
265
-export interface SignoutRespsone {
+export interface SignoutResponse {
266
new (url: string): SignoutResponse;
267
268
error: string;
0 commit comments