| Copyright | (C) 2017- Mark Andrus Roberts |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Mark Andrus Roberts <markandrusroberts@gmail.com> |
| Stability | provisional |
| Safe Haskell | None |
| Language | Haskell98 |
Twilio.Types.AuthToken
Contents
Description
- data AuthToken
- getAuthToken :: AuthToken -> Text
- parseAuthToken :: Text -> Maybe AuthToken
Authentication Token
Your authentication token is used to make authenticated REST API requests to your Twilio account.
getAuthToken :: AuthToken -> Text #
Get the Text representation of an AuthToken.
parseAuthToken :: Text -> Maybe AuthToken #
Parse a Text to an AuthToken.