All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.snowflake.common.core.SubmittedAuthnDTO Maven / Gradle / Ivy

There is a newer version: 5.1.4
Show newest version
/*
 * 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 - 2024 Weber Informatics LLC | Privacy Policy