gi-soup-2.4.9: Libsoup bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Soup.Objects.AuthDomainDigest

Contents

Description

 

Synopsis

Exported types

newtype AuthDomainDigest Source #

Constructors

AuthDomainDigest (ManagedPtr AuthDomainDigest) 

Instances

GObject AuthDomainDigest Source # 
IsObject AuthDomainDigest Source # 
IsAuthDomain AuthDomainDigest Source # 
IsAuthDomainDigest AuthDomainDigest Source # 
((~) * info (ResolveAuthDomainDigestMethod t AuthDomainDigest), MethodInfo * info AuthDomainDigest p) => IsLabel t (AuthDomainDigest -> p) Source # 
((~) * info (ResolveAuthDomainDigestMethod t AuthDomainDigest), MethodInfo * info AuthDomainDigest p) => IsLabelProxy t (AuthDomainDigest -> p) Source # 
HasAttributeList * AuthDomainDigest Source # 
type SignalList AuthDomainDigest Source # 
type SignalList AuthDomainDigest
type AttributeList AuthDomainDigest Source # 
type AttributeList AuthDomainDigest

class GObject o => IsAuthDomainDigest o Source #

Instances

Methods

encodePassword

authDomainDigestEncodePassword :: MonadIO m => Text -> Text -> Text -> m Text Source #

Properties

authCallback

data AuthDomainDigestAuthCallbackPropertyInfo Source #

Instances

AttrInfo AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrSetTypeConstraint AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrSetTypeConstraint AuthDomainDigestAuthCallbackPropertyInfo = * ~ Ptr ()
type AttrOrigin AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrLabel AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrLabel AuthDomainDigestAuthCallbackPropertyInfo = "auth-callback"
type AttrGetType AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrBaseTypeConstraint AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrAllowedOps AuthDomainDigestAuthCallbackPropertyInfo Source # 
type AttrAllowedOps AuthDomainDigestAuthCallbackPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

authDomainDigestAuthCallback :: AttrLabelProxy "authCallback" Source #

authData

data AuthDomainDigestAuthDataPropertyInfo Source #

Instances

AttrInfo AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrSetTypeConstraint AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrSetTypeConstraint AuthDomainDigestAuthDataPropertyInfo = * ~ Ptr ()
type AttrOrigin AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrLabel AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrLabel AuthDomainDigestAuthDataPropertyInfo = "auth-data"
type AttrGetType AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrBaseTypeConstraint AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrAllowedOps AuthDomainDigestAuthDataPropertyInfo Source # 
type AttrAllowedOps AuthDomainDigestAuthDataPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

authDomainDigestAuthData :: AttrLabelProxy "authData" Source #