| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Network.Globus.Types
Synopsis
- type Token a = Tagged a Text
- type Id a = Tagged a Text
- data Token'
- data Id'
- data DataType (s :: Symbol) = DataType
- data Endpoint
- = Redirect
- | Authorization
- | Tokens
- | App
- data Uri (a :: Endpoint) = Uri {}
- renderUri :: Uri a -> Text
- newtype Query = Query [(Text, Maybe Text)]
- renderQuery :: Query -> Text
- data Scope
- data ScopeIdentity
- scopeText :: Scope -> Text
- scope :: Text -> Maybe Scope
- newtype Scopes = Scopes (NonEmpty Scope)
Documentation
Constructors
| Submission | |
| Request | |
| Collection |
renderQuery :: Query -> Text Source #
Constructors
| TransferAll | |
| Identity ScopeIdentity |
data ScopeIdentity Source #
Instances
| Show ScopeIdentity Source # | |
Defined in Network.Globus.Types Methods showsPrec :: Int -> ScopeIdentity -> ShowS # show :: ScopeIdentity -> String # showList :: [ScopeIdentity] -> ShowS # | |
| Eq ScopeIdentity Source # | |
Defined in Network.Globus.Types Methods (==) :: ScopeIdentity -> ScopeIdentity -> Bool # (/=) :: ScopeIdentity -> ScopeIdentity -> Bool # | |