Scopes

@Serializable
data class Scopes(val scopes: Set<String>)

Deprecated

Use [String] instead.

Represents a set of scopes. Scopes are used to define the capabilities of a TIDAL client.

Parameters

scopes

The set of scopes.

Constructors

Link copied to clipboard
constructor(scopes: Set<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the scopes that is readable by the TIDAL API backend.