tasks.AuthData interface

Métadonnées sur l'autorisation utilisée pour appeler une fonction.

Signature:

export interface AuthData 

Propriétés

Propriété Taper Description
jeton Jeton d'identification décodé
uide chaîne

tâches.AuthData.token

Signature:

token: DecodedIdToken;

tâches.AuthData.uid

Signature:

uid: string;