applicationType property
ApplicationType defines the OAuth2/OIDC client type and their ability to maintain confidentiality of their credentials. This influences the allowed grant types and the required authentication method.
Implementation
@$pb.TagNumber(4)
$4.OIDCApplicationType get applicationType => $_getN(3);
Implementation
@$pb.TagNumber(4)
set applicationType($4.OIDCApplicationType value) => $_setField(4, value);