useAuth

Hook to get ThirdwebAuth instance

function useAuth(): undefined | ThirdwebAuth;

Returns

let returnType: undefined | ThirdwebAuth;