Safe Haskell | None |
---|---|
Language | Haskell2010 |
Security.AccessTokenProvider.Internal.Lenses
Documentation
class HasAuthEndpoint s a | s -> a where Source #
Minimal complete definition
Methods
authEndpoint :: Lens' s a Source #
class HasClientPasswordFile s a | s -> a where Source #
Minimal complete definition
Methods
clientPasswordFile :: Lens' s a Source #
class HasCredentialsDirectory s a | s -> a where Source #
Minimal complete definition
Methods
credentialsDirectory :: Lens' s a Source #
class HasRefreshTimeFactor s a | s -> a where Source #
Minimal complete definition
Methods
refreshTimeFactor :: Lens' s a Source #
class HasResourceOwnerPasswordFile s a | s -> a where Source #
Minimal complete definition
Methods
resourceOwnerPasswordFile :: Lens' s a Source #
class HasClientSecret s a | s -> a where Source #
Minimal complete definition
Methods
clientSecret :: Lens' s a Source #
Instances
class HasApplicationPassword s a | s -> a where Source #
Minimal complete definition
Methods
applicationPassword :: Lens' s a Source #
Instances
class HasApplicationUsername s a | s -> a where Source #
Minimal complete definition
Methods
applicationUsername :: Lens' s a Source #
Instances
class HasAccessToken s a | s -> a where Source #
Minimal complete definition
Methods
accessToken :: Lens' s a Source #
Instances