When present, authTypeToRequestToken indicates that we want to request a token. It also tells us what type of authentication should be used to get that token. AUTH_TYPE_NONE is an early placeholder (when needed), which Zowe API logic automatically replaces with an appropriate value. This property is only used during a login command. Otherwise, this property is not placed into the cache.
This property holds the set of all credentials that are available for the REST request currently being processed.
Indicates whether the user has supplied the authentication order.
Contains the authentication to be placed at the top of a default auth order.
Generated using TypeDoc
A cache of authentication items that are created and maintained by the Zowe client infrastructure within an ISession object. Consuming applications should not modify the contents of an IAuthCache object.
IAuthCache