ResourceOwnerPasswordGrant constructor
const
ResourceOwnerPasswordGrant({})
Obtains credentials using a resource owner password grant.
This grant uses the resource owner's username and password to obtain credentials.
Implementation
const ResourceOwnerPasswordGrant({
required this.username,
required this.password,
this.onCredentialsRefreshed,
});