NotAuthenticated

data class NotAuthenticated(val isSignOut: Boolean) : SessionStatus(source)

This status means that the user is not logged in

Parameters

isSignOut

Whether this status was caused by a sign-out

Constructors

Link copied to clipboard
constructor(isSignOut: Boolean)

Properties

Link copied to clipboard