Class OidcRpConfig
OIDC RP (relying party) configuration.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1.Data
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class OidcRpConfig : IDirectResponseSchema
Properties
ClientId
OAuth2 client ID for OIDC.
Declaration
[JsonProperty("clientId")]
public virtual string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientSecret
Input only. OAuth2 client secret for OIDC.
Declaration
[JsonProperty("clientSecret")]
public virtual string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RedirectUris
Output only. The URL(s) that this client may use in authentication requests.
Declaration
[JsonProperty("redirectUris")]
public virtual IList<string> RedirectUris { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |