Class GoogleFirebaseAppcheckV1PublicJwk
Inheritance
GoogleFirebaseAppcheckV1PublicJwk
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1PublicJwk : IDirectResponseSchema
Properties
Alg
Declaration
[JsonProperty("alg")]
public virtual string Alg { get; set; }
Property Value
E
Declaration
[JsonProperty("e")]
public virtual string E { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Kid
Declaration
[JsonProperty("kid")]
public virtual string Kid { get; set; }
Property Value
Kty
Declaration
[JsonProperty("kty")]
public virtual string Kty { get; set; }
Property Value
N
Declaration
[JsonProperty("n")]
public virtual string N { get; set; }
Property Value
Use
Declaration
[JsonProperty("use")]
public virtual string Use { get; set; }
Property Value
Implements