AuthScheme
The scheme used for authentication. Accepted entries are OAuthPKCE, OAuthClient.
Possible Values
OAuthPKCE, OAuthClientData Type
string
Default Value
"OAuthPKCE"
Remarks
Together with User, this field is used to authenticate with the server. OAuthPKCE is the default option. Use the following options to select your authentication scheme:
- OAuthPKCE: Uses OAuth2 with the authorization code grant type and PKCE (Proof Key of Code Exchange) extension. OAuthClientId is the credential.
- OAuthClient: Uses OAuth2 with the client credentials grant type to authenticate with a Lakebase instance. OAuthClientId and OAuthClientSecret are the credentials.