C# 클래스 Akamai.EdgeGrid.Auth.ClientCredential

Represents the client credential that is used in service requests. It contains the client token that represents the service client, the client secret that is associated with the client token used for request signing, and the access token that represents the authorizations the client has for accessing the service.
파일 보기 프로젝트 열기: surgeforward/AkamaiOPEN-edgegrid-C-Sharp 1 사용 예제들

공개 메소드들

메소드 설명
ClientCredential ( string clientToken, string accessToken, string secret ) : System

Default Constructor

메소드 상세

ClientCredential() 공개 메소드

Default Constructor
public ClientCredential ( string clientToken, string accessToken, string secret ) : System
clientToken string The Client Token - cannot be null or empty
accessToken string The Access Token - cannot be null or empty
secret string The client Secret - cannot be null or empty
리턴 System