org.mariadb.r2dbc.message.AuthSwitch Maven / Gradle / Ivy
The newest version!
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2020-2024 MariaDB Corporation Ab
package org.mariadb.r2dbc.message;
public interface AuthSwitch {
String getPlugin();
byte[] getSeed();
MessageSequence getSequencer();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy