LinkOAuthConfiguration class

The LinkOAuthConfiguration class defines the values used to configure the application for OAuth

Constructors

LinkOAuthConfiguration({String? redirectUri, String? nonce})

Properties

hashCode int
The hash code for this object.
no setterinherited
nonce String?
An oauthNonce is required to support OAuth authentication flows when launching or re-launching Link on a mobile device and using one or more European country codes. The nonce must be at least 16 characters long.
final
redirectUri String?
An oauthRedirectUri is required to support OAuth authentication flows when launching Link on a mobile device and using one or more European country codes. Note that any redirect URI must also be added to the Allowed redirect URIs list in the developer dashboard.
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