MySQL 9.1.0
Source Code Documentation
|
Next Authentication method Packet in Multi Factor Authentication
If both server and the client support MULTI_FACTOR_AUTHENTICATION capability, server can send this packet to ask client to initiate next authentication method in Multi Factor Authentication process.
Type | Name | Description |
---|---|---|
int<1> | 0x02 | packet type |
string[NUL] | plugin name | name of the client authentication plugin |
string[EOF] | plugin provided data | Initial authentication data for that client plugin |