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