Package-level declarations

Types

Link copied to clipboard
typealias ApiKeySecurity<T> = org.http4k.security.ApiKeySecurity<T>
Link copied to clipboard
typealias AuthCodeOAuthSecurity = org.http4k.security.AuthCodeOAuthSecurity
Link copied to clipboard
typealias BasicAuthSecurity = org.http4k.security.BasicAuthSecurity
Link copied to clipboard
typealias BearerAuthSecurity = org.http4k.security.BearerAuthSecurity
Link copied to clipboard
typealias ClientCredentialsOAuthSecurity = org.http4k.security.ClientCredentialsOAuthSecurity
Link copied to clipboard
typealias ImplicitOAuthSecurity = org.http4k.security.ImplicitOAuthSecurity
Link copied to clipboard
typealias NoSecurity = org.http4k.security.NoSecurity
Link copied to clipboard
typealias OAuthScope = org.http4k.security.OAuthScope
Link copied to clipboard
typealias OAuthSecurity = org.http4k.security.OAuthSecurity
Link copied to clipboard
typealias OpenIdConnectSecurity = org.http4k.security.OpenIdConnectSecurity
Link copied to clipboard
typealias Security = org.http4k.security.Security
Link copied to clipboard
typealias UserCredentialsOAuthSecurity = org.http4k.security.UserCredentialsOAuthSecurity

Functions

Link copied to clipboard
fun AuthCodeOAuthSecurity(oAuthProvider: OAuthProvider, customScopes: List<OAuthScope>? = null): AuthCodeOAuthSecurity