IntegrationInitConfig class

Constructors

IntegrationInitConfig.new({String? redirectUri, String? state, String? providerUserIdentifier})
IntegrationInitConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
providerUserIdentifier String?
User identifier in providers system
final
redirectUri String?
URL where user will be redirected after integration flow is finished
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
When the authorization server redirects back to the client, it includes the state value originally sent. The client can verify that the returned state matches the one it initially sent.
final

Methods

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

Operators

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