logout method

Future<void> logout()

Perform Azure AD logout.

Implementation

Future<void> logout() async => _coreOAuth.logout();