ResourceOwner class Null safety

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.
read-onlyinherited
hashedPassword String?
The hashed password of this instance.
read / write
id int?
A unique identifier of this resource owner.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
salt String?
The salt the hashedPassword was hashed with.
read / write
username String?
The username of the resource owner.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited