APITokenType
Specifies the format of the APIToken authentication. Supports Basic (default) and Bearer.
Possible Values
Basic, Bearerデータ型
string
デフォルト値
"Basic"
解説
This property lets you choose how the 本製品 authenticates using your APIToken. You can set it to either Bearer or Basic.
- If set to Basic (default), both a User and an APIToken are required. The 本製品 uses them to authenticate using the Basic authentication scheme.
- If set to Bearer, the 本製品 sends the token using the Bearer authentication scheme. If a User is also provided, it is included in the token format automatically.
This property is useful when connecting to services that support multiple token formats, such as the miniOrange REST API Authentication app.