class Google::Auth::IDTokens::StaticKeySource
def from_jwk jwk
-
(StaticKeySource)-
Parameters:
-
jwk(Hash, String) -- The JWK specification.
def from_jwk jwk new KeyInfo.from_jwk jwk end
(StaticKeySource)
-
jwk
(Hash, String)
-- The JWK specification.
def from_jwk jwk new KeyInfo.from_jwk jwk end