gi-ggit-1.0.9: libgit2-glib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Structs.CredSshInteractivePrompt

Description

Represents a ssh interactive prompt.

Synopsis

Exported types

newtype CredSshInteractivePrompt Source #

Memory-managed wrapper type.

Methods

Overloaded methods

getInstruction

credSshInteractivePromptGetInstruction :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getName

credSshInteractivePromptGetName :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getResponse

credSshInteractivePromptGetResponse :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getText

credSshInteractivePromptGetText :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

isMasked

credSshInteractivePromptIsMasked :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Bool Source #

No description available in the introspection data.

new

credSshInteractivePromptNew :: (HasCallStack, MonadIO m) => Text -> Text -> Text -> Bool -> m CredSshInteractivePrompt Source #

No description available in the introspection data.

ref

credSshInteractivePromptRef :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m CredSshInteractivePrompt Source #

No description available in the introspection data.

setResponse

credSshInteractivePromptSetResponse :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> Text -> m () Source #

No description available in the introspection data.

unref

credSshInteractivePromptUnref :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m () Source #

No description available in the introspection data.