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