lib/googleauth/id_tokens.rb in googleauth-1.6.0 vs lib/googleauth/id_tokens.rb in googleauth-1.7.0

- old
+ new

@@ -151,11 +151,11 @@ # @param azp [String,Array<String>,nil] The expected authorized party # (azp). At least one `azp` field in the token must match at least # one of the provided values, or the verification will fail with # {Google::Auth::IDToken::AuthorizedPartyMismatchError}. If `nil` # (the default), no azp checking is performed. - # @param aud [String,Array<String>,nil] The expected audience. At least + # @param iss [String,Array<String>,nil] The expected issuer. At least # one `iss` field in the token must match at least one of the # provided issuers, or the verification will fail with # {Google::Auth::IDToken::IssuerMismatchError}. If `nil`, no issuer # checking is performed. Default is to check against {OIDC_ISSUERS}. # @@ -189,10 +189,10 @@ # @param azp [String,Array<String>,nil] The expected authorized party # (azp). At least one `azp` field in the token must match at least # one of the provided values, or the verification will fail with # {Google::Auth::IDToken::AuthorizedPartyMismatchError}. If `nil` # (the default), no azp checking is performed. - # @param aud [String,Array<String>,nil] The expected audience. At least + # @param iss [String,Array<String>,nil] The expected issuer. At least # one `iss` field in the token must match at least one of the # provided issuers, or the verification will fail with # {Google::Auth::IDToken::IssuerMismatchError}. If `nil`, no issuer # checking is performed. Default is to check against {IAP_ISSUERS}. #