start()
Tells the extension to start the authentication provider, in response to a request from the framework.
Declaration
func start() async -> BoolReturn Value
true if the provider started successfully; false, otherwise.
Discussion
Use this method to prepare your provider to handle future calls to handleCommand(_:).