gi-soup-2.4.19: Libsoup 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.Soup.Objects.AuthNegotiate

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

newtype AuthNegotiate Source #

Memory-managed wrapper type.

Instances
GObject AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

Methods

gobjectType :: IO GType #

HasParentTypes AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

type ParentTypes AuthNegotiate Source # 
Instance details

Defined in GI.Soup.Objects.AuthNegotiate

type ParentTypes AuthNegotiate = Auth ': (Object ': ([] :: [Type]))

class (GObject o, IsDescendantOf AuthNegotiate o) => IsAuthNegotiate o Source #

Type class for types which can be safely cast to AuthNegotiate, for instance with toAuthNegotiate.

toAuthNegotiate :: (MonadIO m, IsAuthNegotiate o) => o -> m AuthNegotiate Source #

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

Methods

supported

authNegotiateSupported :: (HasCallStack, MonadIO m) => m Bool Source #

Indicates whether libsoup was built with GSSAPI support. If this is False, SOUP_TYPE_AUTH_NEGOTIATE will still be defined and can still be added to a Session, but libsoup will never attempt to actually use this auth type.

Since: 2.54