ResultAuthenticationFailed constructor

ResultAuthenticationFailed(
  1. String errorDescription
)

Creates a new ResultAuthenticationFailed object.

Implementation

ResultAuthenticationFailed(this.errorDescription);