AcquireAndStoreRefreshTokenRequest
Stay organized with collections
Save and categorize content based on your preferences.
Request message for DataConnectorService.AcquireAndStoreRefreshToken
method.
JSON representation |
{
"name": string,
"scopes": [
string
],
"fullRedirectUri": string
} |
Fields |
name |
string
Required. Connector resource. The connector name identifies the 3rd party system to use for authorization. It is also used as a key to store the refresh token.
|
scopes[] |
string
The scopes of the authorization code and the refresh token.
|
fullRedirectUri |
string
Required. The URI the user is redirected to after authorization, including all parameters. E.g., https://example.com/redir?code=5
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["This content details the JSON representation for the `DataConnectorService.AcquireAndStoreRefreshToken` method request message."],["The JSON request requires a connector `name`, an array of `scopes`, and a `fullRedirectUri`."],["The `name` field is a string identifying the third-party system and acts as a key for the refresh token storage."],["The `fullRedirectUri` is a string representing the complete URI for user redirection post-authorization, including parameters."]]],[]]