acquireToken abstract method

Future<MsalUser?> acquireToken({
  1. required List<String> scopes,
})

Acquire a token interactively for the given scopes return UserAdModel contains user information but token and expiration date

Implementation

Future<MsalUser?> acquireToken({required List<String> scopes});