OAuthRefreshTokenURL Parameter (Connect-GraphQL Cmdlet)
The URL to refresh the OAuth token from.
Syntax
Connect-GraphQL -OAuthRefreshTokenURL string
Data Type
cstr
Default Value
""
Remarks
The URL to refresh the OAuth token from. In OAuth 2.0, this URL is where the refresh token is exchanged for a new access token when the old access token expires.