authenticateDevice method

Future<void> authenticateDevice(
  1. List<String>? scopes
)

todo removed boolean return update docu

Implementation

Future<void> authenticateDevice(List<String>? scopes) async {
  await api.authenticateDevice(scopes);
}