• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. idToken :: OAuth2Token -> Maybe IdToken

    hoauth2 Network.OAuth.OAuth2

    Exists when openid scope is in the Authorization Request and the provider supports OpenID protocol.

  2. idtoken :: IdToken -> Text

    hoauth2 Network.OAuth.OAuth2

    No documentation available.

  3. idp :: IdpApplication (i :: k) a -> Idp i

    hoauth2 Network.OAuth2.Experiment

    No documentation available.

  4. idpAuthorizeEndpoint :: Idp (i :: k) -> URI

    hoauth2 Network.OAuth2.Experiment

    Authorization Endpoint

  5. idpDeviceAuthorizationEndpoint :: Idp (i :: k) -> Maybe URI

    hoauth2 Network.OAuth2.Experiment

    Apparently not all IdP support device code flow

  6. idpTokenEndpoint :: Idp (i :: k) -> URI

    hoauth2 Network.OAuth2.Experiment

    Token Endpoint

  7. idpUserInfoEndpoint :: Idp (i :: k) -> URI

    hoauth2 Network.OAuth2.Experiment

    Userinfo Endpoint

  8. idp :: IdpApplication (i :: k) a -> Idp i

    hoauth2 Network.OAuth2.Experiment.Types

    No documentation available.

  9. idpAuthorizeEndpoint :: Idp (i :: k) -> URI

    hoauth2 Network.OAuth2.Experiment.Types

    Authorization Endpoint

  10. idpDeviceAuthorizationEndpoint :: Idp (i :: k) -> Maybe URI

    hoauth2 Network.OAuth2.Experiment.Types

    Apparently not all IdP support device code flow

Page 302 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete