Failure

data class Failure(val message: TidalMessage?) : AuthResult<Nothing>

Constructors

Link copied to clipboard
constructor(message: TidalMessage?)

Properties

Link copied to clipboard

Convenience function to quickly check if this result is a AuthResult.Failure

Link copied to clipboard

Convenience function to quickly check if this result is a AuthResult.Success

Link copied to clipboard
Link copied to clipboard

Helper property to directly access the data payload without having to safequard it in every call