Instance Method

isAccountLinked()

Checks whether a merchant account is currently linked in the SDK.

Declaration

func isAccountLinked() async throws -> Bool

Return Value

true if a merchant account is linked and authorized; otherwise, false.

Discussion

This method verifies whether a valid merchant login session and credentials are present in secure storage. It can be used to determine if login is required.