Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype IdentityToolkitRelyingpartyVerifyAssertion

    gogol-identity-toolkit Gogol.IdentityToolkit

    Verifies the assertion returned by the IdP. See: newIdentityToolkitRelyingpartyVerifyAssertion smart constructor.

  2. IdentityToolkitRelyingpartyVerifyAssertion :: IdentitytoolkitRelyingpartyVerifyAssertionRequest -> IdentityToolkitRelyingpartyVerifyAssertion

    gogol-identity-toolkit Gogol.IdentityToolkit

    No documentation available.

  3. type IdentityToolkitRelyingpartyVerifyAssertionResource = "identitytoolkit" :> "v3" :> "relyingparty" :> "verifyAssertion" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] IdentitytoolkitRelyingpartyVerifyAssertionRequest :> Post '[JSON] VerifyAssertionResponse

    gogol-identity-toolkit Gogol.IdentityToolkit

    A resource alias for identitytoolkit.relyingparty.verifyAssertion method which the IdentityToolkitRelyingpartyVerifyAssertion request conforms to.

  4. newtype IdentityToolkitRelyingpartyVerifyCustomToken

    gogol-identity-toolkit Gogol.IdentityToolkit

    Verifies the developer asserted ID token. See: newIdentityToolkitRelyingpartyVerifyCustomToken smart constructor.

  5. IdentityToolkitRelyingpartyVerifyCustomToken :: IdentitytoolkitRelyingpartyVerifyCustomTokenRequest -> IdentityToolkitRelyingpartyVerifyCustomToken

    gogol-identity-toolkit Gogol.IdentityToolkit

    No documentation available.

  6. type IdentityToolkitRelyingpartyVerifyCustomTokenResource = "identitytoolkit" :> "v3" :> "relyingparty" :> "verifyCustomToken" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] IdentitytoolkitRelyingpartyVerifyCustomTokenRequest :> Post '[JSON] VerifyCustomTokenResponse

    gogol-identity-toolkit Gogol.IdentityToolkit

    A resource alias for identitytoolkit.relyingparty.verifyCustomToken method which the IdentityToolkitRelyingpartyVerifyCustomToken request conforms to.

  7. newtype IdentityToolkitRelyingpartyVerifyPassword

    gogol-identity-toolkit Gogol.IdentityToolkit

    Verifies the user entered password. See: newIdentityToolkitRelyingpartyVerifyPassword smart constructor.

  8. IdentityToolkitRelyingpartyVerifyPassword :: IdentitytoolkitRelyingpartyVerifyPasswordRequest -> IdentityToolkitRelyingpartyVerifyPassword

    gogol-identity-toolkit Gogol.IdentityToolkit

    No documentation available.

  9. type IdentityToolkitRelyingpartyVerifyPasswordResource = "identitytoolkit" :> "v3" :> "relyingparty" :> "verifyPassword" :> QueryParam "alt" AltJSON :> ReqBody '[JSON] IdentitytoolkitRelyingpartyVerifyPasswordRequest :> Post '[JSON] VerifyPasswordResponse

    gogol-identity-toolkit Gogol.IdentityToolkit

    A resource alias for identitytoolkit.relyingparty.verifyPassword method which the IdentityToolkitRelyingpartyVerifyPassword request conforms to.

  10. newtype IdentityToolkitRelyingpartyVerifyPhoneNumber

    gogol-identity-toolkit Gogol.IdentityToolkit

    Verifies ownership of a phone number and creates/updates the user account accordingly. See: newIdentityToolkitRelyingpartyVerifyPhoneNumber smart constructor.

Page 233 of many | Previous | Next