twilio-0.3.0.0: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.Types.AuthToken

Contents

Description

 

Synopsis

Authentication Token

data AuthToken #

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.