endSession method

Future<bool> endSession(
  1. IAMPASSAuthenticationSession session
)

Implementation

Future<bool> endSession(IAMPASSAuthenticationSession session) {
  throw UnimplementedError('endsession has not been implemented.');
}