TokenProvider

fun interface TokenProvider

Optional bearer token for authenticated deployments — returns null when the server is open.

Functions

Link copied to clipboard
abstract suspend fun token(): String?