OAuthAccessTokenURL Parameter (Connect-GraphQL Cmdlet)
The URL to retrieve the OAuth access token from.
Syntax
Connect-GraphQL -OAuthAccessTokenURL string
Data Type
cstr
Default Value
""
Remarks
The URL to retrieve the OAuth access token from. In OAuth 1.0, the authorized request token is exchanged for the access token at this URL.