UseOnceSecret

ciris.UseOnceSecret
See theUseOnceSecret companion class
object UseOnceSecret

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def apply[F[_]](secret: Array[Char])(implicit F: Sync[F]): F[UseOnceSecret]

Returns an effect which creates a new UseOnceSecret for the specified secret configuration value.

Returns an effect which creates a new UseOnceSecret for the specified secret configuration value.

Attributes