Success

data class Success(val user: User) : DeviceFlowStatus

The device flow completed successfully and an access token has been obtained.

Constructors

Link copied to clipboard
constructor(user: User)

Properties

Link copied to clipboard
val user: User

The authenticated user.