MSALNativeAuthPasswordRequiredDelegate

@objc
public protocol MSALNativeAuthPasswordRequiredDelegate : MSALNativeAuthFlowDelegate

Per-state delegate for the MSALNativeAuthPasswordRequiredState step of a Native Auth V2 flow.

Conform to this protocol (in addition to the terminal callbacks inherited from MSALNativeAuthFlowDelegate) to handle this state. Conforming is opt-in per state, but the callback is required once you conform.

Warning

This API is experimental. It may be changed in the future without notice. Do not use in production applications.