Contents

didAuthenticate(account:)

Instructs iOS to reinstall an app after a required reuthorization completes.

Declaration

nonisolated final func didAuthenticate(account: String) async

Parameters

  • 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.

See Also

Accessing app library and account authorization information