applicationType property

  1. @TagNumber.new(4)
OIDCApplicationType get applicationType

ApplicationType defines the OAuth2/OIDC client type and their ability to maintain confidentiality of their credentials. This influences the allowed grant types and the required authentication method.

Implementation

@$pb.TagNumber(4)
OIDCApplicationType get applicationType => $_getN(3);
  1. @TagNumber.new(4)
set applicationType (OIDCApplicationType value)

Implementation

@$pb.TagNumber(4)
set applicationType(OIDCApplicationType value) => $_setField(4, value);