<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [AuthCredential](./auth.authcredential.md) &gt; [toJSON](./auth.authcredential.tojson.md)

## AuthCredential.toJSON() method

Returns a JSON-serializable representation of this object.

<b>Signature:</b>

```typescript
toJSON(): object;
```
<b>Returns:</b>

object

a JSON-serializable representation of this object.

