authMethodType property

  1. @TagNumber.new(5)
OIDCAuthMethodType get authMethodType

The authentication method type used by the application to authenticate at the token endpoint.

Implementation

@$pb.TagNumber(5)
$4.OIDCAuthMethodType get authMethodType => $_getN(4);
  1. @TagNumber.new(5)
set authMethodType (OIDCAuthMethodType value)

Implementation

@$pb.TagNumber(5)
set authMethodType($4.OIDCAuthMethodType value) => $_setField(5, value);