method supabase.GoTrueAdminApi.prototype.signOutRe-exportimport { supabase } from "https://deno.land/x/live@1.55.1/deps.ts"; const { GoTrueAdminApi } = supabase; signOut(jwt: string, scope?: "global" | "local" | "others"): Promise<{ data: null; error: AuthError | null; }>Removes a logged-in session. Removes a logged-in session. Parametersjwt: stringA valid, logged-in JWT. optionalscope: "global" | "local" | "others"The logout sope. ReturnsPromise<{ data: null; error: AuthError | null; }>