BeforeSignInResponse extension type

The handler response type for beforeSignIn blocking events

on
Implemented types
Available extensions

Properties

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

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