class Google::Auth::IDTokens::StaticKeySource

def from_jwk jwk

Returns:
  • (StaticKeySource) -

Parameters:
  • jwk (Hash, String) -- The JWK specification.
def from_jwk jwk
  new KeyInfo.from_jwk jwk
end