AuthScheme Parameter (Connect-PingOne Cmdlet)
The type of authentication to use when connecting to PingOne.
Syntax
Connect-PingOne -AuthScheme string
Possible Values
OAuth, OAuthClientData Type
cstr
Default Value
"OAuth"
Remarks
- OAuth: Set this to perform OAuth with the authorization_code grant type.
- OAuthClient: Set this to perform OAuth with the client_credentials grant type.
This is a required parameter.