access-token-provider-0.1.1.0: Provides Access Token for Services

Safe HaskellNone
LanguageHaskell2010

Security.AccessTokenProvider.Internal.Lenses

Documentation

class HasManager s a | s -> a where Source #

Minimal complete definition

manager

Methods

manager :: Lens' s a Source #

class HasScopes s a | s -> a where Source #

Minimal complete definition

scopes

Methods

scopes :: Lens' s a Source #

class HasClientId s a | s -> a where Source #

Minimal complete definition

clientId

Methods

clientId :: Lens' s a Source #

class HasClientSecret s a | s -> a where Source #

Minimal complete definition

clientSecret

Methods

clientSecret :: Lens' s a Source #

class HasClient s a | s -> a where Source #

Minimal complete definition

client

Methods

client :: Lens' s a Source #

class HasUser s a | s -> a where Source #

Minimal complete definition

user

Methods

user :: Lens' s a Source #

class HasAccessToken s a | s -> a where Source #

Minimal complete definition

accessToken

Methods

accessToken :: Lens' s a Source #

class HasExpiresIn s a | s -> a where Source #

Minimal complete definition

expiresIn

Methods

expiresIn :: Lens' s a Source #

class HasScope s a | s -> a where Source #

Minimal complete definition

scope

Methods

scope :: Lens' s a Source #

class HasTokenType s a | s -> a where Source #

Minimal complete definition

tokenType

Methods

tokenType :: Lens' s a Source #