gi-ggit-1.0.7: libgit2-glib bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Objects.CredSshInteractive

Contents

Description

Represents a ssh interactive credential.

Synopsis

Exported types

class (GObject o, IsDescendantOf CredSshInteractive o) => IsCredSshInteractive o Source #

Type class for types which can be safely cast to CredSshInteractive, for instance with toCredSshInteractive.

toCredSshInteractive :: (MonadIO m, IsCredSshInteractive o) => o -> m CredSshInteractive Source #

Cast to CredSshInteractive, for types for which this is known to be safe. For general casts, use castTo.

Methods

getUsername

credSshInteractiveGetUsername :: (HasCallStack, MonadIO m, IsCredSshInteractive a) => a -> m Text Source #

No description available in the introspection data.

new

credSshInteractiveNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text 
-> m CredSshInteractive

(Can throw GError)

No description available in the introspection data.

Properties

username

No description available in the introspection data.

constructCredSshInteractiveUsername :: IsCredSshInteractive o => Text -> IO (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “username” property. This is rarely needed directly, but it is used by new.

getCredSshInteractiveUsername :: (MonadIO m, IsCredSshInteractive o) => o -> m Text Source #

Get the value of the “username” property. When overloading is enabled, this is equivalent to

get credSshInteractive #username