risingwave_pb::user::auth_info

Type Alias PbEncryptionType

source
pub type PbEncryptionType = EncryptionType;
Expand description

Alias for EncryptionType.

Aliased Type§

enum PbEncryptionType {
    Unspecified = 0,
    Plaintext = 1,
    Sha256 = 2,
    Md5 = 3,
    Oauth = 4,
}

Variants§

§

Unspecified = 0

§

Plaintext = 1

§

Sha256 = 2

§

Md5 = 3

§

Oauth = 4