security.auth0.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of otoroshi_2.12 Show documentation
Show all versions of otoroshi_2.12 Show documentation
Lightweight api management on top of a modern http reverse proxy
The newest version!
package otoroshi.security
case class Auth0Config(secret: String, clientId: String, callbackURL: String, domain: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy