AuthorizationMixin Class
A Mixin class for storage of credential/token uses with a HTTP Authorization request-header
The default solution is to use localStorage['AuthorizationHeader'] for the credential
Item Index
Methods
Methods
ajaxPrefilter
        ()
    
    When using the FetchMixin and using ajax instead of fetch, setup XHR beforeSend with Authorization Header
Properties
_storage
    String
        private
    
    Storage type localStorage or sessionStorage
