Auth

sealed abstract class Auth

The available options for SchemaRegistryClientSettings#withAuth.

Available options include:

  • Auth.Basic to authenticate with username and password,
  • Auth.Bearer to authenticate with an authentication token,
  • Auth.None to not provide any authentication details.
Companion:
object
Source:
Auth.scala
class Object
trait Matchable
class Any