#include <OIDCConfiguration.h>
|
const std::string | issuer |
| Expected issuer (from the OIDC provider)
|
|
const std::shared_ptr< const tenduke::crypto::PublicKey > | verificationKey |
| Key to use to verify the ID-token signature.
|
|
const tenduke::crypto::MessageDigest::Algorithm | digestAlgorithm |
| Message digest algorithm to verify ID-token signature.
|
|
const std::string | userinfoEndpoint |
| Userinfo endpoint URL.
|
|
◆ OIDCConfiguration()
Constructs new instance.
- Parameters
-
issuer | expected issuer (from the OIDC provider) |
verificationKey | key to use to verify the ID-token signature |
digestAlgorithm | message digest algorithm to verify ID-token signature |
userinfoEndpoint | userinfo endpoint URL |
The documentation for this class was generated from the following file: