Reference documentation and code samples for the Google Cloud Iap V1 Client class OAuth2.
The OAuth 2.0 Settings
Generated from protobuf message google.cloud.iap.v1.OAuth2
Namespace
Google \ Cloud \ Iap \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ client_id
string
The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.
↳ client_secret
string
Input only. The OAuth 2.0 client secret created while registering the client ID.
↳ client_secret_sha256
string
Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.
getClientId
The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.
string
setClientId
The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.
var
string
$this
getClientSecret
Input only. The OAuth 2.0 client secret created while registering the client ID.
string
setClientSecret
Input only. The OAuth 2.0 client secret created while registering the client ID.
var
string
$this
getClientSecretSha256
Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.
string
setClientSecretSha256
Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.
var
string
$this