public/Get-AFToken.ps1

function Get-AFToken {
    (Invoke-AFApi -Path '/security/token').tokens
}