Get OAuth Client Details
GAAuthentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
The unique identifier of the OAuth client to retrieve. This is the internal UUID, not the OAuth 2.0 client_id used for authentication.
Response
Human-readable name for the OAuth client.
List of authorized redirect URIs for OAuth flows requiring user interaction. Required for authorization code and implicit flows. Must be exact matches when used. Must use HTTPS in production (except for localhost).
Secret key used to authenticate the client. Only shown once upon creation. Must be stored securely. Required for confidential clients (e.g., server applications).