Class GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest
Request message for the ExchangeCustomToken method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1ExchangeCustomTokenRequest : IDirectResponseSchema
Properties
CustomToken
Required. A custom token signed using your project's Admin SDK service account credentials.
Declaration
[JsonProperty("customToken")]
public virtual string CustomToken { 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 |
LimitedUse
Forces a short lived token with a 5 minute TTL. Useful when the client wishes to self impose stricter TTL requirements for this exchange. Default: false.
Declaration
[JsonProperty("limitedUse")]
public virtual bool? LimitedUse { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |