프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultUserName | string |
메소드 | 설명 | |
---|---|---|
NodeAuth ( NodeAuthType type, string secret ) : System |
Create a new NodeAuth using the default username "root".
|
|
NodeAuth ( NodeAuthType type, string username, string secret ) : System |
Create a new NodeAuth
|
public NodeAuth ( NodeAuthType type, string secret ) : System | ||
type | NodeAuthType | |
secret | string | |
리턴 | System |
public NodeAuth ( NodeAuthType type, string username, string secret ) : System | ||
type | NodeAuthType | |
username | string | |
secret | string | |
리턴 | System |