grantTypes property
GrantTypes define the flow type the application is allowed to use. The grant_type parameter in the token request must exactly match one of these values. Minimum one grant type must be provided, but multiple grant types can be provided to allow different flows, e.g. authorization code flow and refresh token flow. Any existing grant types not included in this list will be removed. If not set, the grant types will not be changed.
Implementation
@$pb.TagNumber(3)
$pb.PbList<$4.OIDCGrantType> get grantTypes => $_getList(2);