Show / Hide Table of Contents

Class JwksResource

The "jwks" collection of methods.

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

Constructors

JwksResource(IClientService)

Constructs a new resource.

Declaration
public JwksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Returns a public JWK set as specified by RFC 7517 that can be used to verify App Check tokens. Exactly one of the public keys in the returned set will successfully validate any App Check token that is currently valid.

Declaration
public virtual JwksResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The relative resource name to the public JWK set. Must always be exactly the string jwks.

Returns
Type Description
JwksResource.GetRequest
In This Article
Back to top Generated by DocFX