<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [UserMetadata](./auth-types.usermetadata.md)

## UserMetadata interface

Interface representing a user's metadata.

<b>Signature:</b>

```typescript
export interface UserMetadata 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [creationTime](./auth-types.usermetadata.creationtime.md) | string | Time the user was created. |
|  [lastSignInTime](./auth-types.usermetadata.lastsignintime.md) | string | Time the user last signed in. |

