reauthenticate
Import
You can import the entire package and access the function:
_10import * as fcl from "@onflow/fcl-react-native"_10_10fcl.reauthenticate(opts)
Or import directly the specific function:
_10import { reauthenticate } from "@onflow/fcl-react-native"_10_10reauthenticate(opts)
Parameters
opts
(optional)
- Type:
{}