MCPcopy Create free account
hub / github.com/apache/impala / GetJWKS

Method GetJWKS

be/src/util/jwt-util.cc:869–872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

867}
868
869JWKSSnapshotPtr JWTHelper::GetJWKS() const {
870 DCHECK(initialized_);
871 return jwks_mgr_->GetJWKSSnapshot();
872}
873
874// Decode the given JWT token.
875Status JWTHelper::Decode(const string& token, UniqueJWTDecodedToken& decoded_token_out) {

Callers 1

TESTFunction · 0.45

Calls 1

GetJWKSSnapshotMethod · 0.45

Tested by 1

TESTFunction · 0.36