Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
Remove-GSUserASP and Remove-GSUserToken fail to remove all ASPs/Tokens if no CodeId/ClientId is passed due to $service not being created in either case:
Remove-GSUserASP
andRemove-GSUserToken
fail to remove all ASPs/Tokens if noCodeId
/ClientId
is passed due to$service
not being created in either case: