vertx / io.vertx.kotlin.ext.auth / PubSecKeyOptions

PubSecKeyOptions

fun PubSecKeyOptions(publicKey: String? = null, secretKey: String? = null, type: String? = null, x509Certificates: Iterable<String>? = null): PubSecKeyOptions

A function providing a DSL for building io.vertx.ext.auth.PubSecKeyOptions objects.

Options describing how a Cryptographic Key.

Parameters

publicKey -

secretKey -

type -

x509Certificates -