LinkTokenConfiguration class

The LinkConfiguration only needs a link_token which is a new type of token that is created by your app's server and passed to your app's client to initialize Link. The Link configuration parameters that were previously set within Link itself are now set via parameters passed to /link/token/create and conveyed to Link via the link_token. (https://plaid.com/docs/link/link-token-migration-guide)

Implemented types

Constructors

LinkTokenConfiguration({required String token, bool noLoadingState = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
noLoadingState bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

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

Operators

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