OAuthUserCredentialForm
OAuthUserCredentialForm Document
Name |
Type |
Description |
access_token |
string |
Unused |
identity_id |
string <uuid> |
Globus Auth identity id that this credential is associated with |
login_hint |
string |
Mapped account username on the storage gateway |
redirect_uri |
string |
URL to redirect to once the credential registration flow is complete. This should be a maximum of 220 characters to avoid conflicts with connector state limits. |
storage_gateway |
string <uuid> |
Storage gateway to associate the credential with |
{
"access_token": "string",
"identity_id": "011a42b9-62d7-49eb-8328-c2e454af88a1",
"login_hint": "string",
"redirect_uri": "string",
"storage_gateway": "84f68622-c2e1-4c80-acc9-d3be0dea5d29"
}