PasswordGrant constructor

PasswordGrant({
  1. String username = '',
  2. String password = '',
  3. List<String> scope = const [],
})

Implementation

PasswordGrant(
    {this.username = '', this.password = '', this.scope = const []});