Outcome

public struct Outcome

The outcome to send back to the SDK after selecting an account.

  • The username of the selected account.

    Declaration

    Swift

    public let accountUsername: Username
  • Creates a new Outcome object.

    Declaration

    Swift

    public init(accountUsername: Username)

    Parameters

    accountUsername

    The username of the selected account.