ResourceOwnerPasswordStrategy constructor

const ResourceOwnerPasswordStrategy(
  1. String username,
  2. String password
)

Creates the ResourceOwnerPasswordStrategy.

The username is the resource owner username. The password is the resource owner password.

Implementation

const ResourceOwnerPasswordStrategy(this.username, this.password);