clientType property

String? clientType
getter/setter pair

The type of OauthClient.

Either public or private. For private clients, the client secret can be managed using the dedicated OauthClientCredential resource.

Immutable. Possible string values are:

  • "CLIENT_TYPE_UNSPECIFIED" : Should not be used.
  • "PUBLIC_CLIENT" : Public client has no secret.
  • "CONFIDENTIAL_CLIENT" : Private client.

Implementation

core.String? clientType;