| Safe Haskell | Trustworthy |
|---|---|
| Language | Haskell2010 |
Test.Marionette.WebAuthn
Documentation
newtype AuthenticatorId Source #
Constructors
| AuthenticatorId Text |
Instances
newtype CredentialId Source #
Constructors
| CredentialId Text |
Instances
| FromJSON CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn | |||||
| ToJSON CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn Methods toJSON :: CredentialId -> Value # toEncoding :: CredentialId -> Encoding # toJSONList :: [CredentialId] -> Value # toEncodingList :: [CredentialId] -> Encoding # omitField :: CredentialId -> Bool # | |||||
| Generic CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn Associated Types
| |||||
| Show CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn Methods showsPrec :: Int -> CredentialId -> ShowS # show :: CredentialId -> String # showList :: [CredentialId] -> ShowS # | |||||
| Eq CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn | |||||
| type Rep CredentialId Source # | |||||
Defined in Test.Marionette.WebAuthn type Rep CredentialId = D1 ('MetaData "CredentialId" "Test.Marionette.WebAuthn" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'True) (C1 ('MetaCons "CredentialId" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) | |||||
data VirtualAuthenticator Source #
Constructors
| VirtualAuthenticator | |
Fields
| |
Instances
| ToJSON VirtualAuthenticator Source # | |||||
Defined in Test.Marionette.WebAuthn Methods toJSON :: VirtualAuthenticator -> Value # toEncoding :: VirtualAuthenticator -> Encoding # toJSONList :: [VirtualAuthenticator] -> Value # toEncodingList :: [VirtualAuthenticator] -> Encoding # omitField :: VirtualAuthenticator -> Bool # | |||||
| Generic VirtualAuthenticator Source # | |||||
Defined in Test.Marionette.WebAuthn Associated Types
Methods from :: VirtualAuthenticator -> Rep VirtualAuthenticator x # to :: Rep VirtualAuthenticator x -> VirtualAuthenticator # | |||||
| Show VirtualAuthenticator Source # | |||||
Defined in Test.Marionette.WebAuthn Methods showsPrec :: Int -> VirtualAuthenticator -> ShowS # show :: VirtualAuthenticator -> String # showList :: [VirtualAuthenticator] -> ShowS # | |||||
| Eq VirtualAuthenticator Source # | |||||
Defined in Test.Marionette.WebAuthn Methods (==) :: VirtualAuthenticator -> VirtualAuthenticator -> Bool # (/=) :: VirtualAuthenticator -> VirtualAuthenticator -> Bool # | |||||
| type Rep VirtualAuthenticator Source # | |||||
Defined in Test.Marionette.WebAuthn type Rep VirtualAuthenticator = D1 ('MetaData "VirtualAuthenticator" "Test.Marionette.WebAuthn" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "VirtualAuthenticator" 'PrefixI 'True) (((S1 ('MetaSel ('Just "protocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "transport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "hasResidentKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "hasUserVerification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "isUserConsenting") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "isUserVerified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "extensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "uvm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Bool)))))) | |||||
data Credential Source #
Constructors
| Credential | |
Fields
| |
Instances
| FromJSON Credential Source # | |||||
Defined in Test.Marionette.WebAuthn | |||||
| ToJSON Credential Source # | |||||
Defined in Test.Marionette.WebAuthn Methods toJSON :: Credential -> Value # toEncoding :: Credential -> Encoding # toJSONList :: [Credential] -> Value # toEncodingList :: [Credential] -> Encoding # omitField :: Credential -> Bool # | |||||
| Generic Credential Source # | |||||
Defined in Test.Marionette.WebAuthn Associated Types
| |||||
| Show Credential Source # | |||||
Defined in Test.Marionette.WebAuthn Methods showsPrec :: Int -> Credential -> ShowS # show :: Credential -> String # showList :: [Credential] -> ShowS # | |||||
| Eq Credential Source # | |||||
Defined in Test.Marionette.WebAuthn | |||||
| type Rep Credential Source # | |||||
Defined in Test.Marionette.WebAuthn type Rep Credential = D1 ('MetaData "Credential" "Test.Marionette.WebAuthn" "marionette-1.0.0-2rXrb754J8I8DUtJcHv2xL" 'False) (C1 ('MetaCons "Credential" 'PrefixI 'True) ((S1 ('MetaSel ('Just "credentialId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 CredentialId) :*: (S1 ('MetaSel ('Just "isResidentCredential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "rpId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "privateKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "userHandle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int))))) | |||||