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.
Implementation
@$pb.TagNumber(3)
$pb.PbList<$4.OIDCGrantType> get grantTypes => $_getList(2);