10Duke Enterprise C++ Client
|
This is the complete list of members for tenduke::oidc::IdToken, including all inherited members.
arrayClaims | tenduke::jwt::JWT | protected |
claim(const std::string &name) const | tenduke::jwt::JWT | |
claims | tenduke::jwt::JWT | protected |
getArrayClaim(const std::string &name) const | tenduke::jwt::JWT | |
getAudience() const | tenduke::jwt::JWT | |
getClaims() const | tenduke::jwt::JWT | inline |
getExpirationTime() const | tenduke::jwt::JWT | |
getHeaderParameterKID() const | tenduke::jwt::JWT | |
getHeaderParameters() const | tenduke::jwt::JWT | |
getIntClaim(const std::string &claimName) const | tenduke::jwt::JWT | |
getIssuedAt() const | tenduke::jwt::JWT | |
getIssuer() const | tenduke::jwt::JWT | |
getJWTID() const | tenduke::jwt::JWT | |
getMapClaim(const std::string &name) const | tenduke::jwt::JWT | |
getNonce() const | tenduke::oidc::IdToken | |
getSerialized() const | tenduke::oidc::IdToken | |
getStringClaim(const std::string &claimName) const | tenduke::jwt::JWT | |
getSubject() const | tenduke::jwt::JWT | |
hasClaim(const std::string &name) const | tenduke::jwt::JWT | |
headerParameters | tenduke::jwt::JWT | protected |
IdToken(std::string serialized, const std::map< std::string, std::string > &claims, const std::map< std::string, std::string > &headerParameters={}, const std::map< std::string, std::map< std::string, std::string > > &mapClaims={}) | tenduke::oidc::IdToken | |
IdToken(std::string serialized, const tenduke::jwt::JWT &jwt) | tenduke::oidc::IdToken | |
isInfinite() const | tenduke::jwt::JWT | |
isNullToken() const | tenduke::oidc::IdToken | |
JWT(std::map< std::string, std::string > claims) | tenduke::jwt::JWT | explicit |
JWT(const std::map< std::string, std::string > &claims, const std::map< std::string, std::string > &headerParameters, const std::map< std::string, std::map< std::string, std::string > > &mapClaims={}, const std::map< std::string, std::vector< std::string > > &arrayClaims={}) | tenduke::jwt::JWT | |
JWT(const JWT ©)=default | tenduke::jwt::JWT | |
mapClaims | tenduke::jwt::JWT | protected |
null() | tenduke::oidc::IdToken | static |
NUMBER_NOT_PRESENT | tenduke::jwt::JWT | static |