
net.snowflake.common.core.SubmittedAuthnDTO Maven / Gradle / Ivy
/*
* Copyright (c) 2014 Snowflake Computing Inc. All right reserved.
*/
/*
* Copyright (c) 2014 Snowflake Computing Inc. All right reserved.
*/
package net.snowflake.common.core;
/**
*
* @author Johnston Chu
*
*/
/**
* Marker interface, designating the implementing class as being serialized
* into JSON and submitted to the authentication service as a response for
* additional Authentication data previously requested.
*
* It normally contains data fields with values submitted to the client
* application by the subject.
*/
public interface SubmittedAuthnDTO
{
public String getInFlightCtx();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy