gi-ggit-1.0.11: libgit2-glib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Ggit.Objects.CredSshInteractive

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.

Instances

Instances details
(GObject o, IsDescendantOf CredSshInteractive o) => IsCredSshInteractive o Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

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, MonadIO m) => Text -> m (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