Returns JWT and OAuth Helper instances.
| 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. |
no outgoing calls
no test coverage detected