UseOnceSecret

ciris.UseOnceSecret$
See theUseOnceSecret companion class

Attributes

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

Members list

Concise view

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