KeyFromSecret

public struct KeyFromSecret: Fn

KeyFromSecret retrieves a key object associated to the given secret.

Reference.

  • Declaration

    Swift

    public init(_ secret: Expr)

    Parameters

    secret

    The secret of the key to be retrieved.