googleauth - Class Google::Auth::IDTokens::JwkHttpKeySource (v1.12.0)

Reference documentation and code samples for the googleauth class Google::Auth::IDTokens::JwkHttpKeySource.

A key source that downloads a JWK set.

Methods

#initialize

def initialize(uri, retry_interval: nil) -> JwkHttpKeySource

Create a key source that downloads a JWT Set.

Parameters
  • uri (String, URI) — The URI from which to download keys.
  • retry_interval (Integer, nil) (defaults to: nil) — Override the retry interval in seconds. This is the minimum time between retries of failed key downloads.
Returns