MCPcopy
hub / github.com/nextauthjs/next-auth / getProviders

Function getProviders

src/react/index.tsx:162–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 * [Documentation](https://next-auth.js.org/getting-started/client#getproviders)
161 */
162export async function getProviders() {
163 return await fetchData<
164 Record<LiteralUnion<BuiltInProviderType>, ClientSafeProvider>
165 >("providers", __NEXTAUTH, logger)
166}
167
168/**
169 * Client-side method to initiate a signin flow

Callers 2

handleGerProvidersFunction · 0.90
signInFunction · 0.85

Calls

no outgoing calls

Tested by 1

handleGerProvidersFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…