Skip to content

Commit

Permalink
remove saying the client libraries use the value to construct the URI
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Feb 13, 2024
1 parent 8202ff4 commit 24c3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip/auth/4120.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ We aim to have a consistent user experience across a broad range of clients. One
Every credentials class/object **must** expose the `universe_domain` getter (property, method, etc).

The client libraries and auth library end-users will use this property to construct URIs for the appropriate universe domain. This value can also be used to make decisions about whether the library is in the GDU or not e.g. the purpose of throwing specific errors if the end-user is forcing an unsupported authentication flow with non-GDU credentials.
This property will be used by the client libraries and auth library end-users. This value can be used to make decisions about whether the library is in the GDU or not e.g. the purpose of throwing specific errors if the end-user is forcing an unsupported authentication flow with non-GDU credentials.

The credentials classes for flows that are not supported outside the GDU (e.g. user credentials) **must** still expose the `universe_domain` to the end-user. These credentials **must** return the default value `"googleapis.com"` for the `universe_domain`.

Expand Down

0 comments on commit 24c3fd8

Please sign in to comment.