RetrieveCredentialsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for RetrieveCredentials.
Attributes |
|
|---|---|
| Name | Description |
auth_provider |
str
Required. The parent resource name of the AuthProvider. Format: projects/{project}/locations/{location}/authProviders/{auth_provider}
|
user_id |
str
Required. The identity of the end user. |
scopes |
MutableSequence[str]
Optional. The OAuth scopes required for this access. |
continue_uri |
str
Optional. The URI to redirect the user to after consent is completed. This field is required for authproviders using the 3-legged OAuth flow. For other authprovider types, this field is unused but not rejected. |
force_refresh_token |
str
Optional. Input only. Set this field only if the previous token was expired or invalid. This value must be the full, previously returned token string. Will trigger a refresh of the access token with a stored refresh token, if possible, or a new consent flow. |