> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OAuth2ProviderType

```ts theme={null}
OAuth2ProviderType: {
  google: "google";
  apple: "apple";
  x: "x";
  telegram: "telegram";
  github: "github";
};
```

## Type declaration

| Name                           | Type         |
| ------------------------------ | ------------ |
| <a id="google" /> `google`     | `"google"`   |
| <a id="apple" /> `apple`       | `"apple"`    |
| <a id="x" /> `x`               | `"x"`        |
| <a id="telegram" /> `telegram` | `"telegram"` |
| <a id="github" /> `github`     | `"github"`   |
