BeforeCreateResponse extension type

The handler response type for beforeCreate blocking events

on
Implemented types
Implementers
Available extensions

Properties

customClaims JSObject?
Any custom claims set on the user
no setter
disabled bool?
If this account is disabled
no setter
displayName String?
The user's display name
no setter
emailVerified bool?
If this user's email address is verified
no setter
hashCode int
The hash code for this object.
no setterinherited
photoUrl String?
The url of the user's profile picture
no setter
recaptchaActionOverride String?
export type RecaptchaActionOptions = "ALLOW" | "BLOCK";
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited