module Google::Auth::IDTokens

def iap_key_source

Returns:
  • (Google::Auth::IDTokens::JwkHttpKeySource) -
def iap_key_source
  @iap_key_source ||= JwkHttpKeySource.new IAP_JWK_URL
end