AuthenticationInfo Class

Namespace
GitVersion
Base Types
  • object
graph BT Type-->Base0["object"] Type["AuthenticationInfo"] class Type type-node

Syntax

public class AuthenticationInfo

Properties

Name Value Summary
Password string
Token string
Username string

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<AuthenticationInfo>(string) T
GitHub