allowedGrantTypes property

List<String>? allowedGrantTypes
getter/setter pair

The list of OAuth grant types is allowed for the OauthClient.

Required.

Implementation

core.List<core.String>? allowedGrantTypes;