pub type CredentialPrototype = CredTypePrototype;
pub enum CredentialPrototype { Script { value: String, }, Key { value: String, }, }
value: String