currentAuth property

Future<LwaAuthorizeResult> currentAuth

Implementation

Future<LwaAuthorizeResult> get currentAuth async {
  await _ensureInitialized();
  return LwaPlatform.instance.getCurrentAuth();
}