tasks.AuthData interface

Metadata about the authorization used to invoke a function.

Signature:

exportinterfaceAuthData

Properties

PropertyTypeDescription
tokenDecodedIdToken
uidstring

tasks.AuthData.token

Signature:

token:DecodedIdToken;

tasks.AuthData.uid

Signature:

uid:string;