@sudoplatform/sudo-email

    Interface GetEmailAddressInput

    Input for SudoEmailClient.getEmailAddress.

    GetEmailAddressInput

    interface GetEmailAddressInput {
        cachePolicy?: CachePolicy;
        id: string;
    }
    Index

    Properties

    Properties

    cachePolicy?: CachePolicy

    Determines how the email address will be fetched. Default usage is remoteOnly.

    id: string

    The identifier of the email address to be retrieved.

    MMNEPVFCICPMFPCPTTAAATR