verifyNonce()
Home > @backstage/plugin-auth-backend
> verifyNonce
Warning: This API is now obsolete.
Use inline logic to make sure the session and state nonce matches instead.
Signature:
verifyNonce: (req: express.Request, providerId: string) => void
Parameters
Parameter |
Type |
Description |
---|---|---|
req |
express.Request | |
providerId |
string |
void