# Functions
AuthMethodNames returns a list of possible string values of AuthMethod.
No description provided by the author
ParseAuthMethod attempts to convert a string to a AuthMethod.
ParseRemoteType attempts to convert a string to a RemoteType.
RemoteTypeNames returns a list of possible string values of RemoteType.
# Constants
AuthMethodPublicKey is a AuthMethod of type public-key.
AuthMethodToken is a AuthMethod of type token.
RemoteTypeHttps is a RemoteType of type https.
RemoteTypeSsh is a RemoteType of type ssh.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author