Contents

stop(reason:)

Tells the exension to stop the authentication provider, in response to a request from the framework.

Declaration

func stop(reason: NEProviderStopReason) async

Parameters

  • reason:

    The reason for stopping the provider.

Discussion

Perform any needed shutdown tasks in your implementation of this method. After stopping, the provider receives no further commands from the framework.

See Also

Managing provider life cycle