AuthScheme Parameter (Connect-HarperDB Cmdlet)
The scheme used for authentication. Accepted entries are Basic and Token.
Syntax
Connect-HarperDB -AuthScheme string
Possible Values
Basic, TokenData Type
cstr
Default Value
"Basic"
Remarks
Together with Password and User, this field is used to authenticate against the server. Basic is the default option. Use the following options to select your authentication scheme:
- Basic: Set this to use HTTP Basic authentication.
- Token: If AuthScheme is set to Token, the cmdlet will perform token authentication using, with precedence, the supplied OperationToken and RefreshToken, or the supplied Password and User.