clientSecret property
The client secret. Store this secret in a secure place. It is not possible to retrieve it again.
Implementation
@$pb.TagNumber(2)
$core.String get clientSecret => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set clientSecret($core.String value) => $_setString(1, value);