okta / okta-powershell-cli

Powershell CLI for communicating with the Okta API
Other
17 stars 7 forks source link

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

Closed laura-rodriguez closed 12 months ago

laura-rodriguez commented 12 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?