Class JwksResource
The "jwks" collection of methods.
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1
Assembly: Google.Apis.Firebaseappcheck.v1.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 |
Returns
Type | Description |
---|---|
JwksResource.GetRequest |