Function useFiefUserinfo

  • Return the user information object available in session, or null if no current session.

    Returns null | FiefUserInfo

    The user information, or null if not available.

    Example

    const userinfo = useFiefUserinfo();
    

Generated using TypeDoc