didAuthenticate(account:)
Instructs iOS to reinstall an app after a required reuthorization completes.
Declaration
nonisolated final func didAuthenticate(account: String) asyncParameters
- account:
The account ID or username for the person. The marketplace server provides this value in the Marketplacekiturischeme installation request.
Mentioned in
Discussion
The marketplace or other web-distributed app calls this method after reauthenticating a person when the access token expires. For more information, see Reauthenticating a person to manage apps.