C# Класс EPiServerServiceAPI.Token

Used to obtain access tokens for the EPiServer ServiceAPI
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Token ( EpiApi proxy ) : System

Описание методов

Post() публичный Метод

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
Результат Task

Post() публичный Метод

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
Результат Task