<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [AdditionalUserInfo](./auth-types.additionaluserinfo.md) &gt; [username](./auth-types.additionaluserinfo.username.md)

## AdditionalUserInfo.username property

The username if the provider is GitHub or Twitter.

<b>Signature:</b>

```typescript
readonly username?: string | null;
```
