SignInRequest.password constructor
const
SignInRequest.password({})
Meta-Class for multiple API-Endpoints
Implementation
const factory SignInRequest.password({
/// The email the user is signing in with.
required String email,
/// The password for the account.
required String password,
/// Whether or not to return an ID and refresh token. Should always be true.
@Default(true) bool returnSecureToken,
}) = PasswordSignInRequest;