-
Notifications
You must be signed in to change notification settings - Fork 188
/
AuthenticationEventRequestCommon.yml
64 lines (64 loc) · 2.1 KB
/
AuthenticationEventRequestCommon.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### YamlMime:TSType
name: AuthenticationEventRequestCommon
uid: '@azure/functions-authentication-events.AuthenticationEventRequestCommon'
package: '@azure/functions-authentication-events'
summary: Abstract base event interface to house common event request attributes.
fullName: AuthenticationEventRequestCommon
remarks: ''
isDeprecated: false
type: interface
properties:
- name: queryParameters
uid: >-
@azure/functions-authentication-events.AuthenticationEventRequestCommon.queryParameters
package: '@azure/functions-authentication-events'
summary: A dictionary of query string parameters
fullName: queryParameters
remarks: ''
isDeprecated: false
syntax:
content: 'queryParameters: Record<string, string>'
return:
description: ''
type: Record<string, string>
- name: requestStatus
uid: >-
@azure/functions-authentication-events.AuthenticationEventRequestCommon.requestStatus
package: '@azure/functions-authentication-events'
summary: The status of the current request, see RequestStatus.
fullName: requestStatus
remarks: ''
isDeprecated: false
syntax:
content: 'requestStatus: RequestStatus'
return:
description: ''
type: <xref uid="@azure/functions-authentication-events.RequestStatus" />
- name: statusMessage
uid: >-
@azure/functions-authentication-events.AuthenticationEventRequestCommon.statusMessage
package: '@azure/functions-authentication-events'
summary: >-
A user friendly message (containing errors), that the authentication event
returns.
fullName: statusMessage
remarks: ''
isDeprecated: false
syntax:
content: 'statusMessage: string'
return:
description: ''
type: string
- name: type
uid: >-
@azure/functions-authentication-events.AuthenticationEventRequestCommon.type
package: '@azure/functions-authentication-events'
summary: Related Type
fullName: type
remarks: ''
isDeprecated: false
syntax:
content: 'type: string'
return:
description: ''
type: string