Page Contents
Home > @loopback/mock-oauth2-provider > MyUser
MyUser interface
A simple User model
Signature:
export interface MyUser
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [email?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.email.html) | string | _(Optional)_ | |
| [firstName?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.firstname.html) | string | _(Optional)_ | |
| [id](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.id.html) | string | ||
| [lastName?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.lastname.html) | string | _(Optional)_ | |
| [password?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.password.html) | string | _(Optional)_ | |
| [signingKey](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.signingkey.html) | string | ||
| [token?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.token.html) | string | _(Optional)_ | |
| [username?](/doc/en/lb4/apidocs.mock-oauth2-provider.myuser.username.html) | string | _(Optional)_ |