Type alias CompleteAuthenticationResponse

CompleteAuthenticationResponse: {
    cancelUrl: string;
    submissionUrl: string;
} & VerificationResponse

Type declaration

  • cancelUrl: string
  • submissionUrl: string