IFacebookClassicToken class
- Inheritance
-
- Object
- IFacebookAccessToken
- IFacebookClassicToken
Constructors
-
IFacebookClassicToken({required List<
String> ? declinedPermissions, required List<String> ? grantedPermissions, required String userId, required DateTime expires, required String tokenString, required String applicationId, String? authenticationToken, IFacebookAccessTokenType type = IFacebookAccessTokenType.classic}) -
const
Properties
- applicationId → String
-
the facebook application Id
final
- authenticationToken → String?
-
final
-
declinedPermissions
→ List<
String> ? -
list of string with the rejected permission by the user (on Web is null)
final
- expires → DateTime
-
DateTime with the expires date of this token
final
-
grantedPermissions
→ List<
String> ? -
list of string with the approved permission by the user (on Web is null)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tokenString → String
-
finalinherited
- type → IFacebookAccessTokenType
-
finalinherited
- userId → String
-
the facebook user id
final
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