Resource: DeviceCheckConfig
An app's DeviceCheck configuration object. This configuration is used by ExchangeDeviceCheckToken
to validate device tokens issued to apps by DeviceCheck. It also controls certain properties of the returned
, such as its AppCheckToken
ttl
.
Note that the Team ID registered with your app is used as part of the validation process. Please register it via the Firebase Console or programmatically via the Firebase Management Service.
JSON representation |
---|
{ "name": string, "tokenTtl": string, "keyId": string, "privateKey": string, "privateKeySet": boolean } |
Fields | |
---|---|
name |
Required. The relative resource name of the DeviceCheck configuration object, in the format:
|
tokenTtl |
Specifies the duration for which App Check tokens exchanged from DeviceCheck tokens will be valid. If unset, a default value of 1 hour is assumed. Must be between 30 minutes and 7 days, inclusive. A duration in seconds with up to nine fractional digits, ending with ' |
keyId |
Required. The key identifier of a private key enabled with DeviceCheck, created in your Apple Developer account. |
privateKey |
Required. Input only. The contents of the private key ( For security reasons, this field will never be populated in any response. |
privateKeySet |
Output only. Whether the |
Methods |
|
---|---|
|
Atomically gets the DeviceCheckConfig s for the specified list of apps. |
|
Gets the DeviceCheckConfig for the specified app. |
|
Updates the DeviceCheckConfig for the specified app. |