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