Authorization constructor
      
      Authorization({})
     
    
    
Implementation
Authorization(
    {this.strategy = STRATEGY_JWT,
    this.accessToken,
    this.refreshToken,
    this.refreshPayload,
    this.refreshHeaders,
    this.refreshUrl,
    this.expires = -1});