AppCheckTokenOptions interface
Stay organized with collections
Save and categorize content based on your preferences.
Interface representing App Check token options.
Signature:
export interface AppCheckTokenOptions
Properties
Property |
Type |
Description |
ttlMillis |
number |
The length of time, in milliseconds, for which the App Check token will be valid. This value must be between 30 minutes and 7 days, inclusive. |
AppCheckTokenOptions.ttlMillis
The length of time, in milliseconds, for which the App Check token will be valid. This value must be between 30 minutes and 7 days, inclusive.
Signature:
ttlMillis?: number;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["Interface representing App Check token options.\n\n**Signature:** \n\n export interface AppCheckTokenOptions \n\nProperties\n\nAppCheckTokenOptions.ttlMillis\n\nThe length of time, in milliseconds, for which the App Check token will be valid. This value must be between 30 minutes and 7 days, inclusive.\n\n**Signature:** \n\n ttlMillis?: number;"]]