Contents

willActivate(withUser:)

Tells the authorization plug-in that its user interface is about to be made active by the Apple-provided Security Agent.

Declaration

func willActivate(withUser inUserInformation: [AnyHashable : Any]!)

Parameters

Discussion

Your SFAuthorizationPluginView instance can use the user name to pre-populate a text field in the user interface.

See Also

Configuring the User Interface