Error

class Error(val message: String) : AuthProvider.Result

An authentication token was not acquired. Display or log the given error and stop the connection creation or authentication process.

Parameters

message
A message describing the failure.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard