@asgardeo/browser 0.0.1 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,5 +27,5 @@ export declare class SPACryptoUtils implements Crypto<Buffer | string> {
27
27
  base64URLDecode(value: string): string;
28
28
  hashSha256(data: string): string | Buffer;
29
29
  generateRandomBytes(length: number): string | Buffer;
30
- verifyJwt(idToken: string, jwk: Partial<JWKInterface>, algorithms: string[], clientID: string, issuer: string, subject: string, clockTolerance?: number, validateJwtIssuer?: boolean): Promise<boolean>;
30
+ verifyJwt(idToken: string, jwk: Partial<JWKInterface>, algorithms: string[], clientId: string, issuer: string, subject: string, clockTolerance?: number, validateJwtIssuer?: boolean): Promise<boolean>;
31
31
  }
@@ -21,8 +21,8 @@ export declare class SPAUtils {
21
21
  static removeAuthorizationCode(): void;
22
22
  static getPKCE(pkceKey: string): string;
23
23
  static setPKCE(pkceKey: string, pkce: string): void;
24
- static setSignOutURL(url: string, clientID: string, instanceID: number): void;
25
- static getSignOutURL(clientID: string, instanceID: number): string;
24
+ static setSignOutURL(url: string, clientId: string, instanceID: number): void;
25
+ static getSignOutUrl(clientId: string, instanceID: number): string;
26
26
  static removePKCE(pkceKey: string): void;
27
27
  /**
28
28
  * This method is used to discontinue the execution of the `signIn` method if `callOnlyOnRedirect` is true and