OAuth2Information class

Properties

application PartialApplication
The current application.
final
expiresOn DateTime
When the access token expires.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scopes List<String>
The scopes the user has authorized the application for.
final
user User?
The user who has authorized, if the user has authorized with the identify scope.
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