Home
last modified time | relevance | path

Searched defs:CustomClaimNames (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/jwt/
H A Dverified_jwt.cc147 std::vector<std::string> VerifiedJwt::CustomClaimNames() const { in CustomClaimNames() function in crypto::tink::VerifiedJwt
H A Draw_jwt.cc471 std::vector<std::string> RawJwt::CustomClaimNames() const { in CustomClaimNames() function in crypto::tink::RawJwt
/aosp_15_r20/external/tink/go/jwt/
H A Dverified_jwt.go181 func (v *VerifiedJWT) CustomClaimNames() []string { func
H A Draw_jwt.go288 func (r *RawJWT) CustomClaimNames() []string { func