Skip to main content

unauthenticate

Import

You can import the entire package and access the function:


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

Or import directly the specific function:


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

Returns

void


Rate this page