SignInConstants Class

  • java.lang.Object
    • com.microsoft.bot.schema.SignInConstants

public final class SignInConstants

Names for signin invoke operations in the token protocol.

Field Summary

Modifier and Type Field and Description
static final java.lang.String TOKEN_EXCHANGE_OPERATION_NAME

Name for signin invoke to perform a token exchange.

static final java.lang.String TOKEN_RESPONSE_EVENT_NAME

The EventActivity name when a token is sent to the bot.

static final java.lang.String VERIFY_STATE_OPERATION_NAME

Name for the signin invoke to verify the 6-digit authentication code as part of sign-in.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

TOKEN_EXCHANGE_OPERATION_NAME

public static final String TOKEN_EXCHANGE_OPERATION_NAME

Name for signin invoke to perform a token exchange. This invoke operation includes a value of the token exchange class.

TOKEN_RESPONSE_EVENT_NAME

public static final String TOKEN_RESPONSE_EVENT_NAME

The EventActivity name when a token is sent to the bot.

VERIFY_STATE_OPERATION_NAME

public static final String VERIFY_STATE_OPERATION_NAME

Name for the signin invoke to verify the 6-digit authentication code as part of sign-in. This invoke operation includes a value containing a state property for the magic code.

Applies to