oauth2ClientSecret property
OAuth2 client secret to use for the authentication flow.
For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
Implementation
core.String? oauth2ClientSecret;