CredentialPrototype

Type Alias CredentialPrototype 

pub type CredentialPrototype = CredTypePrototype;

Aliased Type§

pub enum CredentialPrototype {
    Script {
        value: String,
    },
    Key {
        value: String,
    },
}

Variants§

§

Script

Fields

§value: String
§

Key

Fields

§value: String