Represents details of a failure in an authentication step.

interface FailureDetail {
    failureUrl?: string;
}

Properties

Properties

failureUrl?: string