Skip to main content

reauthenticate

Import

You can import the entire package and access the function:


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

Or import directly the specific function:


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

Parameters

opts (optional)

  • Type: {}

Returns

Promise<CurrentUser>


Rate this page