AuthStruct.java

package net.metanotion.sqlauthident;

/** <i>This is a data/struct/value class generated by the SQLC compiler.</i> */
@javax.annotation.Generated("net.metanotion.sqlc.SQLC")  final class AuthStruct {
	public java.lang.Long uid;
	public java.lang.String hmac;
	public java.lang.String hash;
}