Skip to content
Alchemy Logo

getSocialProviderDisplayName

function getSocialProviderDisplayName(authType): string;

Defined in: account-kit/react/src/components/auth/types.ts:54

ParameterType

authType

object & ({ authProviderId: "auth0"; isCustomProvider?: false | undefined; auth0Connection?: string | undefined; displayName: string; logoUrl: string; logoUrlDark?: string | undefined; } | { ...; }) & OauthRedirectConfig

string

Was this page helpful?