toggle menu
http4k
6.8.1.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract.security
Package-level
declarations
Types
Functions
Types
Api
Key
Security
Link copied to clipboard
typealias
ApiKeySecurity
<
T
>
=
org.http4k.security.ApiKeySecurity
<
T
>
Auth
Code
OAuth
Security
Link copied to clipboard
typealias
AuthCodeOAuthSecurity
=
org.http4k.security.AuthCodeOAuthSecurity
Basic
Auth
Security
Link copied to clipboard
typealias
BasicAuthSecurity
=
org.http4k.security.BasicAuthSecurity
Bearer
Auth
Security
Link copied to clipboard
typealias
BearerAuthSecurity
=
org.http4k.security.BearerAuthSecurity
Client
Credentials
OAuth
Security
Link copied to clipboard
typealias
ClientCredentialsOAuthSecurity
=
org.http4k.security.ClientCredentialsOAuthSecurity
Implicit
OAuth
Security
Link copied to clipboard
typealias
ImplicitOAuthSecurity
=
org.http4k.security.ImplicitOAuthSecurity
No
Security
Link copied to clipboard
typealias
NoSecurity
=
org.http4k.security.NoSecurity
OAuth
Scope
Link copied to clipboard
typealias
OAuthScope
=
org.http4k.security.OAuthScope
OAuth
Security
Link copied to clipboard
typealias
OAuthSecurity
=
org.http4k.security.OAuthSecurity
Open
Id
Connect
Security
Link copied to clipboard
typealias
OpenIdConnectSecurity
=
org.http4k.security.OpenIdConnectSecurity
Security
Link copied to clipboard
typealias
Security
=
org.http4k.security.Security
User
Credentials
OAuth
Security
Link copied to clipboard
typealias
UserCredentialsOAuthSecurity
=
org.http4k.security.UserCredentialsOAuthSecurity
Functions
Auth
Code
OAuth
Security
Link copied to clipboard
fun
AuthCodeOAuthSecurity
(
oAuthProvider
:
OAuthProvider
,
customScopes
:
List
<
OAuthScope
>
?
=
null
)
:
AuthCodeOAuthSecurity