AuthScheme Parameter (Connect-OracleEloqua Cmdlet)
The authentication scheme used. Accepted entries are Basic and OAuth.
Syntax
Connect-OracleEloqua -AuthScheme string
Possible Values
Basic, OAuthData Type
cstr
Default Value
"Basic"
Remarks
The cmdlet supports the following authentication mechanisms. See the Getting Started chapter for authentication guides.
- Basic: Set this to authenticate with a Oracle Eloqua company, user, password.
- OAuth: Set this to use oauth authentication. Set OAuthClientId, OAuthClientSecret to the Oracle Eloqua OAuth credentials. Additionally, set InitiateOAuth to GETANDREFRESH or REFRESH.