AuthMode

class AuthMode

Describes an authorization configuration. Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authorization type.

Functions

Link copied to clipboard
inline fun copy(block: AuthMode.Builder.() -> Unit = {}): AuthMode
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String