oauth2ClientSecret property

String? oauth2ClientSecret
getter/setter pair

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;