AuthenticationConfiguration

data class AuthenticationConfiguration(val accessToken: String)

Data class representing authentication configuration.

Constructors

Link copied to clipboard
constructor(accessToken: String)

Properties

Link copied to clipboard

The access token used for authentication.