type AuthMethod = | typeof AUTH_METHODS[number] | `oauth:${OAuth2ProviderType}`;
Was this page helpful?