org.http4k.security.oauth.server.deprecatedOAuth.kt Maven / Gradle / Ivy
The newest version!
package org.http4k.security.oauth.server
import org.http4k.security.oauth.format.OAuthMoshi
@Deprecated("Moved", ReplaceWith("org.http4k.security.oauth.format.OAuthMoshi"))
typealias OAuthServerMoshi = OAuthMoshi
© 2015 - 2025 Weber Informatics LLC | Privacy Policy