CredentialsHelper

pl.iterators.stir.server.directives.CredentialsHelper
See theCredentialsHelper companion object
sealed trait CredentialsHelper

Represents authentication credentials supplied with a request. Credentials can either be CredentialsHelper.Missing or can be CredentialsHelper.Provided in which case an identifier is supplied and a function to check the known secret against the provided one in a secure fashion.

Attributes

Companion
object
Source
SecurityDirectives.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Missing
class Provided
In this article