tasks.AuthData interface

Metadata about the authorization used to invoke a function.

Signature:

export interface AuthData 

Properties

Property Type Description
token DecodedIdToken
uid string

tasks.AuthData.token

Signature:

token: DecodedIdToken;

tasks.AuthData.uid

Signature:

uid: string;