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 oauth2_client_secret_sha256 field.@InputOnly

Implementation

core.String? oauth2ClientSecret;