okta / okta-powershell-cli

Powershell CLI for communicating with the Okta API
Other
15 stars 4 forks source link

Allow devs to remove the access token from the established configuration #22

Closed laura-rodriguez closed 9 months ago

laura-rodriguez commented 9 months ago

Feature

Allow devs to remove the established access token from configuration

Description

When devs successfully execute Invoke-OktaEstablishToken the access token is set to the internal configuration object. Devs can now invoke Invoke-OktaRemoveAccessToken to remove it safely.

What changed?