authMethodType property

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

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

Implementation

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

Implementation

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