http4k-security-oauth
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.client
/
AuthServerDiscovery
Auth
Server
Discovery
fun
interface
AuthServerDiscovery
(
source
)
How an authentication client can get the information about the authorization server
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
http
:
HttpHandler
)
:
Result
<
OAuthAuthorizationServer
,
Exception
>