LoginConfiguration class

A configuration wrapper class to init the data for login with configuration type.

Constructors

LoginConfiguration({String? nonce, String? codeVerifier, String? messengerPageId, IOSLoginTrackingType iosLoginTrackingType = IOSLoginTrackingType.enabled})
Default constructor.
const

Properties

codeVerifier String?
PKCE code_verifier for getting the access_token and/or id_token.
final
hashCode int
The hash code for this object.
no setterinherited
iosLoginTrackingType IOSLoginTrackingType
The tracking preference for iOS platform. Defaults value is IOSLoginTrackingType.enable.
final
messengerPageId String?
The Messenger Page Id associated with this login request.
final
nonce String?
The nonce that the configuration was created with (UUID).
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