Virgil Security C++ SDK
|
Interface representing Access Token. More...
#include <AccessTokenInterface.h>
Public Member Functions | |
virtual const std::string & | stringRepresentation () const =0 |
Provides string representation of token. More... | |
virtual const std::string & | identity () const =0 |
Extracts identity. More... | |
virtual | ~AccessTokenInterface ()=default |
Virtual destructor. | |
Interface representing Access Token.
|
pure virtual |
|
pure virtual |
Provides string representation of token.
Implemented in virgil::sdk::jwt::Jwt.