FetchProviderRequest constructor
Default constructor
Implementation
const factory FetchProviderRequest({
/// User's email address
required String identifier,
/// The URI to which the IDP redirects the user back. For this use case,
/// this is just the current URL.
required Uri continueUri,
}) = _FetchProviderRequest;