ResourceOwner class abstract

The properties of an OAuth 2.0 Resource Owner.

Your application's 'user' type must implement the methods declared in this interface. AuthServer can validate the credentials of a ResourceOwner to grant authorization codes and access tokens on behalf of that owner.

Implementers

Constructors

ResourceOwner()

Properties

hashCode int
The hash code for this object.
no setterinherited
hashedPassword String?
The hashed password of this instance.
getter/setter pair
id String?
A unique identifier of this resource owner.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
salt String?
The salt the hashedPassword was hashed with.
getter/setter pair
username String?
The username of the resource owner.
getter/setter pair

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