authMethodType property
The authentication method type used by the application to authenticate at the token endpoint.
Implementation
@$pb.TagNumber(5)
$4.OIDCAuthMethodType get authMethodType => $_getN(4);
Implementation
@$pb.TagNumber(5)
set authMethodType($4.OIDCAuthMethodType value) => $_setField(5, value);