Show / Hide Table of Contents

Class OidcRpConfig

OIDC RP (relying party) configuration.

Inheritance
object
OidcRpConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX