http4k-security-oauth
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-security-oauth
http4k-security-oauth
/
org.http4k.security.oauth.server.accesstoken
/
GrantTypesConfiguration
Grant
Types
Configuration
data
class
GrantTypesConfiguration
(
val
supportedGrantTypes
:
Map
<
GrantType
,
AccessTokenRequestAuthentication
>
)
(
source
)
Members
Constructors
Grant
Types
Configuration
Link copied to clipboard
constructor
(
supportedGrantTypes
:
Map
<
GrantType
,
AccessTokenRequestAuthentication
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
supported
Grant
Types
Link copied to clipboard
val
supportedGrantTypes
:
Map
<
GrantType
,
AccessTokenRequestAuthentication
>