C# Class EPiServerServiceAPI.Token

Used to obtain access tokens for the EPiServer ServiceAPI
Afficher le fichier Open project: mulesoft-labs/raml-dotnet-apicore

Méthodes publiques

Méthode 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

Méthode Description
Token ( EpiApi proxy ) : System

Method Details

Post() public méthode

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
Résultat Task

Post() public méthode

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
Résultat Task