ft_oauth2_grant_type
The grant type to use for requesting access tokens from the OAuth 2.0 authorization server.
The accepted values are:
-
client_credentials
–for Client Credentials grant. -
password
–for Resource Owner Password Credentials grant.
ft_oauth2_grant_type = client_credentials|password
If using the resource owner password credentials grant type, the username and password included in the grant are the server name and server password configured through the server
and password
parameters.
If this parameter is not set, the client credentials grant type is used by default.