keratin-authn-backend
keratin-authn-backend
API
authn.backend
Account
Account
AccountImport
AccountImport
AccountImported
AccountImported
AccountUpdate
AccountUpdate
AuthnClient
AuthnClientConfig
ServerResponse
ServerResponse
ServerResponseError
ServerResponseError
TokenVerifier
VerifiedToken
keratin-authn-backend
/
authn.backend
/
AuthnClient
AuthnClient
authn.backend.AuthnClient
class
AuthnClient
[
F
[
_
]](
config
:
AuthnClientConfig
,
httpClient
:
Client
[
F
])(
implicit
F
:
Async
[
F
])
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
account
(
id
:
String
):
F
[
Account
]
def
archiveAccount
(
id
:
String
):
F
[
Unit
]
def
expirePassword
(
id
:
String
):
F
[
Unit
]
def
importAccount
(
data
:
AccountImport
):
F
[
AccountImported
]
def
lockAccount
(
id
:
String
):
F
[
Unit
]
def
unlockAccount
(
id
:
String
):
F
[
Unit
]
def
updateAccount
(
id
:
String
,
data
:
AccountUpdate
):
F
[
Unit
]
Concrete fields
val
tokenVerifier
:
TokenVerifier
[
F
]
In this article
Attributes
Members list
Value members
Concrete methods
Concrete fields