LoginParams class
Properties
appState
→ String ?
final
curve
→ Curve ?
curve will be used to determine the public key encoded in the jwt token which returned in
getUserInfo function after user login.
final
dappShare
→ String ?
Custom verifier logins can get a dapp share returned to them post successful login.
This is useful if the dapps want to use this share to allow users to login seamlessly.
final
dappUrl
→ String ?
final
extraLoginOptions can be used to set the OAuth login options for corresponding loginProvider .
final
hashCode
→ int
The hash code for this object.
no setter inherited
loginProvider
→ Provider
loginProvider sets the oAuth login method to be used. You can use any of the
valid Provider from the supported list.
final
mfaLevel
→ MFALevel ?
Customize the MFA screen shown to the user during OAuth authentication.
final
redirectUrl
→ Uri ?
Deeplinking for the application where user will be redirected after login.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited