Builder
Builder used to construct the SudoVirtualCardsClient.
Functions
Construct the SudoVirtualCardsClient. Will throw a NullPointerException if the context and sudoUserClient has not been provided.
Provide the application context (required input).
Provide the database name to use for exportable key store database.
Provide a GraphQLClient for the SudoVirtualCardsClient to use (optional input). If this is not supplied, a GraphQLClient will be constructed and used.
Provide the implementation of the KeyManagerInterface used for key management and cryptographic operations (optional input). If a value is not supplied a default implementation will be used.
Provide the implementation of the Logger used for logging errors (optional input). If a value is not supplied a default implementation will be used.
Provide the namespace to use for internal data and cryptographic keys. This should be unique per client per app to avoid name conflicts between multiple clients. If a value is not supplied a default value will be used.
Provide the implementation of the SudoUserClient used to perform sign in and ownership operations (required input).