UNPKG
@microsoft/agents-hosting-teams
Version:
$[if(eq(variables['publicrelease'], (0.2.8-g3bf5832077)
latest (0.4.3)
next (0.2.10-g3ac88ff25e)
0.4.3
0.4.1
0.3.5
0.2.14
0.2.10-g3ac88ff25e
0.2.8-g3bf5832077
0.2.7-gd7a3e9ef95
0.1.49
Microsoft 365 Agents SDK for JavaScript
github.com/microsoft/Agents-for-js
microsoft/Agents-for-js
@microsoft/agents-hosting-teams
/
src
/
signin
/
verifyStateOperationName.ts
11 lines
(9 loc)
•
254 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */
/** * The operation name for verifying the state during sign-in. * @type {string} */
export
const
verifyStateOperationName =
'signin/verifyState'