OBJECT
OauthAccessToken
Description
Request parameters for an OauthAccessTokenRequest.
link GraphQL Schema definition
- type OauthAccessToken {
- # ClientID required to authenticate OAuth request for access token.
- String! :
- # Unique code required to authenticate OAuth request for access token.
- String! :
- # Code verifier required to authenticate code challenge in the database.
- String! :
- # The time after which the Rubrik CDM OVA expires.
- String! :
- # If the RSC registration fails, refer to this URL.
- String! :
- }