grantOwnerPassword property

Future<Client> Function(Uri endpoint, String identifier, String secret, bool basicAuth, String username, String password, Iterable<String>? scopes) grantOwnerPassword
final

Implementation

final Future<Client> Function(
  Uri endpoint,
  String identifier,
  String secret,
  bool basicAuth,
  String username,
  String password,
  Iterable<String>? scopes,
) grantOwnerPassword;