Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dashport/types.ts>AuthData

Local and OAuth authentication middleware for Deno
Latest
interface AuthData
import { type AuthData } from "https://deno.land/x/dashport@v1.2.1/types.ts";

The form the information from strategies should come back in

Properties

tokenData: TokenData
userInfo: UserProfile