Reference documentation and code samples for the Google Cloud Ces V1 Client class Oauth2JwtBearerConfig.
JWT Profile Oauth 2.0 Authorization Grant authentication configuration.
Generated from protobuf message google.cloud.ces.v1.EndUserAuthConfig.Oauth2JwtBearerConfig
Namespace
Google \ Cloud \ Ces \ V1 \ EndUserAuthConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issuer |
string
Required. Issuer parameter name to pass through. Must be in the format |
↳ subject |
string
Required. Subject parameter name to pass through. Must be in the format |
↳ client_key |
string
Required. Client parameter name to pass through. Must be in the format |
getIssuer
Required. Issuer parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIssuer
Required. Issuer parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSubject
Required. Subject parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSubject
Required. Subject parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClientKey
Required. Client parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Returns | |
|---|---|
| Type | Description |
string |
|
setClientKey
Required. Client parameter name to pass through.
Must be in the format $context.variables.<name_of_variable>.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|