AuthScheme
Specifies the type of authentication to use when connecting to Lakebase.
Possible Values
OAuthPKCE, OAuthClientデータ型
string
デフォルト値
"OAuthClient"
解説
Lakebase supports two authentication schemes:
- OAuthClient uses the OAuth client credentials grant type. This authentication scheme requires you to perform additional configuration on your service principal in order to connect, as described in OAuthClient 認証の設定.
- OAuthPKCE uses the OAuth code grant type with PKCE (Proof Key for Code Exchange) to guard against cross-site request forgery and authorization code injection attacks.
Credentials are provided via OAuthClientId and OAuthClientSecret.