Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineSecurity.Auth.PerformAuthenticationOptions

import type { MandarineSecurity } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/security-core/mandarine-security.ns.ts"; 

const { PerformAuthenticationOptions } = MandarineSecurity.Auth;
interface PerformAuthenticationOptions {
password: string;
username: string;
}

§Properties

§
password: string
[src]
§
username: string
[src]