exchange abstract method

Future<AuthenticationResponse> exchange({
  1. required String code,
})

Completes an SSO redirect chain.

This function exchanges the code received in the code URL parameter for an AuthenticationResponse.

Implementation

Future<AuthenticationResponse> exchange({required String code});