Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section describes functions that relates to OAuth operations.

The following functions for OAuth described here are:

Table of Contents
maxLevel1

validateJwt

Validates an incoming OAuth JWT.

Code Block
JwtValidationstring validateJwt( 
string openIdServer, 
string token, 
map <string, any> claimsToValidate, //Optional
string algorithm //Optional)

...