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

MandarineSecurity.getAuthManagerBuilder

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

const { getAuthManagerBuilder } = MandarineSecurity;

Gets the current login builder which contains the information of the endpoints for built-in logins

function getAuthManagerBuilder(): Auth.AuthenticationManagerBuilder;