C# 클래스 OpenStack.Services.Identity.V2.Token

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

공개 메소드들

메소드 설명
Token ( TokenId id ) : System

Initializes a new instance of the Token class with the specified ID.

This constructor is typically used for authentication requests which specified a Token as the credentials.

Token ( TokenId id, JToken>.ImmutableDictionary extensionData ) : System

Initializes a new instance of the Token class with the specified ID and extension data.

This constructor is typically used for authentication requests which specified a Token as the credentials.

비공개 메소드들

메소드 설명
Token ( ) : System

메소드 상세

Token() 공개 메소드

Initializes a new instance of the Token class with the specified ID.

This constructor is typically used for authentication requests which specified a Token as the credentials.

public Token ( TokenId id ) : System
id TokenId The unique ID of the token.
리턴 System

Token() 공개 메소드

Initializes a new instance of the Token class with the specified ID and extension data.

This constructor is typically used for authentication requests which specified a Token as the credentials.

If is .
public Token ( TokenId id, JToken>.ImmutableDictionary extensionData ) : System
id TokenId The unique ID of the token.
extensionData JToken>.ImmutableDictionary The extension data.
리턴 System