Module tosho_kmkc::config

source ·
Expand description

Provides the configuration Struct for the client.

use tosho_kmkc::{KMConfigMobile, KMConfigMobilePlatform};

let config = KMConfigMobile {
    user_id: "123".to_string(),
    hash_key: "abcxyz".to_string(),
    platform: KMConfigMobilePlatform::Android,
};

Structs§

Enums§