#include <JWKSParser.h>
◆ JWKSParser()
Constructs new instance.
- Parameters
-
◆ from()
std::unique_ptr< xdjwk::JWKS > tenduke::jwk::JWKSParser::from |
( |
const std::string & |
jwksDocument | ) |
const |
|
virtual |
Parses JWKS-document and returns the keys as a list.
- Parameters
-
jwksDocument | the JWKS-document |
- Returns
- the keys in the document as JSON Web Key Set (JWKS)
- Exceptions
-
Reimplemented in tenduke::test::mocks::FakeJWKSParser.
The documentation for this class was generated from the following files:
- core/core/src/jwk/JWKSParser.h
- core/core/src/jwk/JWKSParser.cpp