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