UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

3 lines (2 loc) 205 B
import { UserProfile } from '@dynamic-labs/types'; export declare const getActiveOauthCredential: (user: UserProfile | undefined) => import("@dynamic-labs/sdk-api-core").JwtVerifiedCredential | undefined;