Class GoogleFirebaseAppcheckV1MintAppCheckTokenRequest
Request message for the MintAppCheckToken method.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1MintAppCheckTokenRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LimitedUseConfig
Optional. If specified, the returned App Check token will be a limited-use token minted according to the specified configuration options.
Declaration
[JsonProperty("limitedUseConfig")]
public virtual GoogleFirebaseAppcheckV1LimitedUseConfig LimitedUseConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleFirebaseAppcheckV1LimitedUseConfig |
TokenTtl
Optional. If specified, the returned App Check token will be a session token, valid for the specified duration. Must be between 30 minutes and 7 days, inclusive.
Declaration
[JsonProperty("tokenTtl")]
public virtual object TokenTtl { get; set; }
Property Value
| Type | Description |
|---|---|
| object |