interface BasePasswordResetRequest {
    provider: UserProvider;
    userId: string;
}

Hierarchy (View Summary)

Properties

Properties

provider: UserProvider

The auth provider.

UserProvider.AUTH0

userId: string