Functions/Show-AGGraphAccessToken.ps1
Function Show-AGGraphAccessToken{ <# .SYNOPSIS This will show the existing Token if one exists .DESCRIPTION This will show the existing Token if one exists .EXAMPLE Show-AGGraphAccessToken This will show the existing Token if one exists .NOTES Author: Lars Panzerbjørn Creation Date: 2021.08.24 #> Return $TokenResponse } |