Acquire a token interactively for the given scopes return UserAdModel contains user information but token and expiration date
scopes
UserAdModel
Future<MsalUser?> acquireToken({required List<String> scopes});