AuthScope

class AuthScope

Contains the scope configuration for an authorization code. Defines the permissions and access boundaries for the session.

Types

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

Properties

Link copied to clipboard

The name of the Customer Profiles domain to scope the session to.

Link copied to clipboard

The identifier of the entity to scope the session to.

Link copied to clipboard

The type of entity to scope the session to.

Link copied to clipboard

The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.

Functions

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