Public/Credential/Get-JBDefaultTokenPath.ps1

function Get-JBDefaultTokenPath {
    return "$($Env:USERPROFILE)\.secrets\jitbit.credential"
}