AuthStatus

data class AuthStatus(val currentAuthStatus: Boolean) : SdkSuccessAnswer

Represents the current authentication status.

Constructors

Link copied to clipboard
constructor(currentAuthStatus: Boolean)

Properties

Link copied to clipboard

The current authentication status.