Home > Configuration > Authentication > setauthenticationoauthaction_granttype

setauthenticationoauthaction_granttype

Use this method to set grant type support. value can be code or password

Syntax



Parameters

name

Name of the action to configure.
This is mandatory parameter.

granttype

Grant type support. value can be code or password
Default value = GRANT_TYPE_CODE.
Possible Values : CODE, PASSWORD.

Return Value

Returns simpleResult

See Also