authBackend

suspend fun authBackend(name: String, block: suspend AuthBackendResourceBuilder.() -> Unit): AuthBackend

Parameters

name

The unique name of the resulting resource.

block

Builder for AuthBackend.

See also


Parameters

name

The unique name of the resulting resource.

See also