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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# googleauth - Class Google::Auth::IDTokens::JwkHttpKeySource (v1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/ruby/docs/reference/googleauth/latest/Google-Auth-IDTokens-JwkHttpKeySource)\n- [1.14.0](/ruby/docs/reference/googleauth/1.14.0/Google-Auth-IDTokens-JwkHttpKeySource)\n- [1.13.1](/ruby/docs/reference/googleauth/1.13.1/Google-Auth-IDTokens-JwkHttpKeySource)\n- [1.12.2](/ruby/docs/reference/googleauth/1.12.2/Google-Auth-IDTokens-JwkHttpKeySource) \nReference documentation and code samples for the googleauth class Google::Auth::IDTokens::JwkHttpKeySource.\n\nA key source that downloads a JWK set. \n\nInherits\n--------\n\n- [Google::Auth::IDTokens::HttpKeySource](./Google-Auth-IDTokens-HttpKeySource)\n\nMethods\n-------\n\n### #initialize\n\n def initialize(uri, retry_interval: nil) -\u003e JwkHttpKeySource\n\nCreate a key source that downloads a JWT Set. \n**Parameters**\n\n- **uri** (String, URI) --- The URI from which to download keys.\n- **retry_interval** (Integer, nil) *(defaults to: nil)* --- Override the retry interval in seconds. This is the minimum time between retries of failed key downloads. \n**Returns**\n\n- ([JwkHttpKeySource](./Google-Auth-IDTokens-JwkHttpKeySource)) --- a new instance of JwkHttpKeySource"]]