Reference documentation and code samples for the Google Cloud Container V1 Client class GetOpenIDConfigResponse.
GetOpenIDConfigResponse is an OIDC discovery document for the cluster.
See the OpenID Connect Discovery 1.0 specification for details.
Generated from protobuf message google.container.v1.GetOpenIDConfigResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ issuer
string
OIDC Issuer.
↳ jwks_uri
string
JSON Web Key uri.
↳ response_types_supported
array
Supported response types.
↳ subject_types_supported
array
Supported subject types.
↳ id_token_signing_alg_values_supported
array
supported ID Token signing Algorithms.
↳ claims_supported
array
Supported claims.
↳ grant_types
array
Supported grant types.
getIssuer
OIDC Issuer.
Generated from protobuf field string issuer = 1;
string
setIssuer
OIDC Issuer.
Generated from protobuf field string issuer = 1;
var
string
$this
getJwksUri
JSON Web Key uri.
Generated from protobuf field string jwks_uri = 2;
string
setJwksUri
JSON Web Key uri.
Generated from protobuf field string jwks_uri = 2;
var
string
$this
getResponseTypesSupported
Supported response types.
Generated from protobuf field repeated string response_types_supported = 3;
Google\Protobuf\Internal\RepeatedField
setResponseTypesSupported
Supported response types.
Generated from protobuf field repeated string response_types_supported = 3;
var
string[]
$this
getSubjectTypesSupported
Supported subject types.
Generated from protobuf field repeated string subject_types_supported = 4;
Google\Protobuf\Internal\RepeatedField
setSubjectTypesSupported
Supported subject types.
Generated from protobuf field repeated string subject_types_supported = 4;
var
string[]
$this
getIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
Generated from protobuf field repeated string id_token_signing_alg_values_supported = 5;
Google\Protobuf\Internal\RepeatedField
setIdTokenSigningAlgValuesSupported
supported ID Token signing Algorithms.
Generated from protobuf field repeated string id_token_signing_alg_values_supported = 5;
var
string[]
$this
getClaimsSupported
Supported claims.
Generated from protobuf field repeated string claims_supported = 6;
Google\Protobuf\Internal\RepeatedField
setClaimsSupported
Supported claims.
Generated from protobuf field repeated string claims_supported = 6;
var
string[]
$this
getGrantTypes
Supported grant types.
Generated from protobuf field repeated string grant_types = 7;
Google\Protobuf\Internal\RepeatedField
setGrantTypes
Supported grant types.
Generated from protobuf field repeated string grant_types = 7;
var
string[]
$this