• new AzureVerifier(params)
| Name | Type | Description |
|---|---|---|
tenantId |
string |
• Private keysUrl: string
The url where the public key for the Azure User Pool can be found This is supposed to be a getter
• Private publicKeys: null | PublicKey[] = null
• Private tenantId: string
▸ Private fetchKeys(): Promise<PublicKey[]>
Promise<PublicKey[]>
▸ Private getPublicKeys(): Promise<PublicKey[]>
Promise<PublicKey[]>
▸ verify(token): Promise<boolean>
Use this function to verify the Azure token
| Name | Type |
|---|---|
token |
string |
Promise<boolean>