C# Class Spritely.Recipes.JsonWebTokenAccessTokenExtensions

Show file Open project: spritely/Recipes

Public Methods

Method Description
AddAuthorizationHeader ( WebClient webClient, Spritely.Recipes.JsonWebTokenAccessToken accessToken ) : void

Adds the authorization header to the given web client.

Method Details

AddAuthorizationHeader() public static method

Adds the authorization header to the given web client.
public static AddAuthorizationHeader ( WebClient webClient, Spritely.Recipes.JsonWebTokenAccessToken accessToken ) : void
webClient WebClient The web client.
accessToken Spritely.Recipes.JsonWebTokenAccessToken The access token.
return void