Skip to main content

authenticate

Import

You can import the entire package and access the function:


_10
import * as fcl from "@onflow/fcl-react-native"
_10
_10
fcl.authenticate(opts)

Or import directly the specific function:


_10
import { authenticate } from "@onflow/fcl-react-native"
_10
_10
authenticate(opts)

Parameters

opts (optional)

  • Type: {}

Returns

Promise<CurrentUser>


Rate this page