C# Class EPiServerServiceAPI.Token

Used to obtain access tokens for the EPiServer ServiceAPI
Exibir arquivo Open project: mulesoft-labs/raml-dotnet-apicore

Public Methods

Method Description
Post ( Models request, IEnumerable responseFormatters = null ) : Task

Used to obtain access tokens for the EPiServer ServiceAPI. request an access token for a username, password couplet - Authorize

Post ( string json ) : Task

Used to obtain access tokens for the EPiServer ServiceAPI. request an access token for a username, password couplet - Authorize

Private Methods

Method Description
Token ( EpiApi proxy ) : System

Method Details

Post() public method

Used to obtain access tokens for the EPiServer ServiceAPI. request an access token for a username, password couplet - Authorize
public Post ( Models request, IEnumerable responseFormatters = null ) : Task
request Models Models.TokenPostRequest
responseFormatters IEnumerable response formmaters
return Task

Post() public method

Used to obtain access tokens for the EPiServer ServiceAPI. request an access token for a username, password couplet - Authorize
public Post ( string json ) : Task
json string
return Task