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?
Added Invoke-OktaRemoveAccessToken
Renamed commands in OktaAuthenticationApi to follow PS Verbs and Okta prefix
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 invokeInvoke-OktaRemoveAccessToken
to remove it safely.What changed?