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

Method GetJWTHelperInstance

be/src/runtime/exec-env.h:108–108  ·  view source on GitHub ↗

Returns JWT and OAuth Helper instances.

Source from the content-addressed store, hash-verified

106
107 // Returns JWT and OAuth Helper instances.
108 JWTHelper* GetJWTHelperInstance() { return jwt_helper_; }
109 JWTHelper* GetOAuthHelperInstance() { return oauth_helper_; }
110
111 /// Destructor - only used in backend tests that create new environment per test.

Callers 3

StartMethod · 0.80
JWTTokenAuthFunction · 0.80
JWTTokenAuthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected