AuthScheme Parameter (Connect-Bitbucket Cmdlet)
Specify the auth scheme to use to authenticate.
Syntax
Connect-Bitbucket -AuthScheme string
Possible Values
OAuth, OAuthClientData Type
cstr
Default Value
"OAuth"
Remarks
To perform an OAuth authorization code grant, select 'OAuth'. To perform an OAuth client credentials grant, select 'OAuthClient'.
This is a required parameter.