authType property

String? get authType
inherited

The level of permissions for a user.

@remarks Valid values are:

  • ADMIN: Developer user or user authenticated via a service account.

  • USER: Known user.

  • UNAUTHENTICATED: Unauthenticated action

  • null: For event types that do not provide user information (all except Realtime Database).

Implementation

external String? get authType;