Back to Firebase Js Sdk

AppCheckTokenResult interface

docs-devsite/app-check.appchecktokenresult.md

12.12.1784 B
Original Source

Project: /docs/reference/js/_project.yaml Book: /docs/reference/_book.yaml page_type: reference

{% comment %} DO NOT EDIT THIS FILE! This is generated by the JS SDK team, and any local changes will be overwritten. Changes should be made in the source code at https://github.com/firebase/firebase-js-sdk {% endcomment %}

AppCheckTokenResult interface

Result returned by getToken()<!-- -->.

<b>Signature:</b>

typescript
export interface AppCheckTokenResult 

Properties

PropertyTypeDescription
tokenstringThe token string in JWT format.

AppCheckTokenResult.token

The token string in JWT format.

<b>Signature:</b>

typescript
readonly token: string;