SignInConstants Class
- java.
lang. Object - com.
microsoft. bot. schema. SignInConstants
- com.
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 Event |
| 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
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.