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