pl.iterators.stir.server.directives.CredentialsHelper
See theCredentialsHelper companion object
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 Objecttrait Matchableclass Any
- Known subtypes
In this article