Public/Get-PSDifyConsoleAuth.ps1

function Get-PSDifyConsoleAuth {
    [CmdletBinding()]
    param ()

    return $script:PSDIFY_CONSOLE_AUTH
}