WebAuthOption class

for firebaseui-web

Annotations

Constructors

WebAuthOption({String? pageTitle, String authenticationPath = 'authentication'})
pageTitle is title displayed on the auth page authenticationPath is path on the auth page
const

Properties

authenticationPath String
path of the auth page, default is 'authentication'
final
hashCode int
The hash code for this object.
no setterinherited
pageTitle String?
title displayed on the auth page, if null, set window's title
final
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