Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaPublicJwk

A JWK as specified by section 4 of RFC 7517 and section 6.3.1 of RFC 7518.

Inheritance
object
GoogleFirebaseAppcheckV1betaPublicJwk
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.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaPublicJwk : IDirectResponseSchema

Properties

Alg

See section 4.4 of RFC 7517.

Declaration
[JsonProperty("alg")]
public virtual string Alg { get; set; }
Property Value
Type Description
string

E

See section 6.3.1.2 of RFC 7518.

Declaration
[JsonProperty("e")]
public virtual string E { 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

Kid

See section 4.5 of RFC 7517.

Declaration
[JsonProperty("kid")]
public virtual string Kid { get; set; }
Property Value
Type Description
string

Kty

See section 4.1 of RFC 7517.

Declaration
[JsonProperty("kty")]
public virtual string Kty { get; set; }
Property Value
Type Description
string

N

See section 6.3.1.1 of RFC 7518.

Declaration
[JsonProperty("n")]
public virtual string N { get; set; }
Property Value
Type Description
string

Use

See section 4.2 of RFC 7517.

Declaration
[JsonProperty("use")]
public virtual string Use { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX