DomainScope

Specifies the scope of domain validation.

Types

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

Properties

Link copied to clipboard

Whether validation applies to the exact domain.

Link copied to clipboard

Whether validation applies to subdomains.

Link copied to clipboard

Whether validation applies to wildcard domains.

Functions

Link copied to clipboard
inline fun copy(block: DomainScope.Builder.() -> Unit = {}): DomainScope
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