AuthToken Parameter (Connect-GraphQL Cmdlet)
The authentication token used to request and obtain the OAuth Access Token.
Syntax
Connect-GraphQL -AuthToken string
Data Type
cstr
Default Value
""
Remarks
This property is required only when performing headless authentication in OAuth 1.0. It can be obtained from the GetOAuthAuthorizationUrl stored procedure.
It can be supplied alongside the AuthKey in the GetOAuthAccessToken stored procedure to obtain the OAuthAccessToken.