clientSecret property

  1. @TagNumber.new(2)
String get clientSecret

In case of using the APIAuthMethodType.API_AUTH_METHOD_TYPE_BASIC the client_secret is generated and returned. It must be stored safely, as it will not be possible to retrieve it again. A new client_secret can be generated using the GenerateClientSecret endpoint.

Implementation

@$pb.TagNumber(2)
$core.String get clientSecret => $_getSZ(1);
  1. @TagNumber.new(2)
set clientSecret (String value)

Implementation

@$pb.TagNumber(2)
set clientSecret($core.String value) => $_setString(1, value);