AsJwt Method
Overloads
| AsJwt(String) | 
             Configure the location to use a JSON Web Token for authentication.  | 
        
      
    
AsJwt(String)
Configure the location to use a JSON Web Token for authentication.
Declaration
      void AsJwt(string jwt)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | jwt | 
           The JSON Web Token  |