Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns the set of tokens specified user has issued to 3rd party applications.
See: Admin Directory API Reference for directory.tokens.list
.
Synopsis
- type TokensListResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("tokens" :> (QueryParam "alt" AltJSON :> Get '[JSON] Tokens))))))
- tokensList :: Text -> TokensList
- data TokensList
- tlUserKey :: Lens' TokensList Text
REST Resource
type TokensListResource = "admin" :> ("directory" :> ("v1" :> ("users" :> (Capture "userKey" Text :> ("tokens" :> (QueryParam "alt" AltJSON :> Get '[JSON] Tokens)))))) Source #
A resource alias for directory.tokens.list
method which the
TokensList
request conforms to.
Creating a Request
:: Text | |
-> TokensList |
Creates a value of TokensList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data TokensList Source #
Returns the set of tokens specified user has issued to 3rd party applications.
See: tokensList
smart constructor.