C# 클래스 OneAndOne.Client.RESTAuth.OneAndOneAuthenticator

상속: IAuthenticator
파일 보기 프로젝트 열기: 1and1/oneandone-cloudserver-sdk-dotnet

공개 메소드들

메소드 설명
Authenticate ( RestSharp client, RestSharp request ) : void

Adds the API token key to the REST request header

OneAndOneAuthenticator ( string apiToken ) : System

메소드 상세

Authenticate() 공개 메소드

Adds the API token key to the REST request header
public Authenticate ( RestSharp client, RestSharp request ) : void
client RestSharp
request RestSharp
리턴 void

OneAndOneAuthenticator() 공개 메소드

public OneAndOneAuthenticator ( string apiToken ) : System
apiToken string
리턴 System