This section describes functions that relates to OAuth operations.
The following functions for OAuth described here are:
Table of Contents | ||
---|---|---|
|
validateJwt
Validates an incoming OAuth JWT.
Code Block |
---|
JwtValidationstring validateJwt( string openIdServer, string token, map <string, any> claimsToValidate, //Optional string algorithm //Optional) |
...