grantTypes property

  1. @TagNumber.new(3)
PbList<OIDCGrantType> get grantTypes

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);