LoginResult class

The result of a successful login, containing basic user information and an access token.

Properties

accessToken AccessToken
The AccessToken object obtained during login.
no setter
data Map<String, dynamic>
Raw data of the response in a Map representation.
no setter
hashCode int
The hash code for this object.
no setterinherited
idTokenNonce String?
The nonce value when requesting ID Token during login process. Use this value as a parameter when you verify the ID Token against the LINE server. This value is null if openid permission is not requested.
no setter
isFriendshipStatusChanged bool?
Indicates that the friendship status between the user and the LINE Official Account changed during login.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
no setter
userProfile UserProfile?
The UserProfile object obtained during login.
no setter

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