@azure/msal-common 15.2.0 → 15.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/dist/account/AccountInfo.mjs +1 -1
  2. package/dist/account/AuthToken.mjs +1 -1
  3. package/dist/account/CcsCredential.mjs +1 -1
  4. package/dist/account/ClientInfo.mjs +1 -1
  5. package/dist/account/TokenClaims.mjs +1 -1
  6. package/dist/authority/Authority.mjs +1 -1
  7. package/dist/authority/AuthorityFactory.mjs +1 -1
  8. package/dist/authority/AuthorityMetadata.mjs +1 -1
  9. package/dist/authority/AuthorityOptions.mjs +1 -1
  10. package/dist/authority/AuthorityType.mjs +1 -1
  11. package/dist/authority/CloudInstanceDiscoveryErrorResponse.mjs +1 -1
  12. package/dist/authority/CloudInstanceDiscoveryResponse.mjs +1 -1
  13. package/dist/authority/OpenIdConfigResponse.mjs +1 -1
  14. package/dist/authority/ProtocolMode.mjs +1 -1
  15. package/dist/authority/RegionDiscovery.mjs +1 -1
  16. package/dist/cache/CacheManager.mjs +1 -1
  17. package/dist/cache/entities/AccountEntity.mjs +1 -1
  18. package/dist/cache/persistence/TokenCacheContext.mjs +1 -1
  19. package/dist/cache/utils/CacheHelpers.mjs +1 -1
  20. package/dist/client/AuthorizationCodeClient.d.ts +0 -31
  21. package/dist/client/AuthorizationCodeClient.d.ts.map +1 -1
  22. package/dist/client/AuthorizationCodeClient.mjs +43 -258
  23. package/dist/client/AuthorizationCodeClient.mjs.map +1 -1
  24. package/dist/client/BaseClient.d.ts.map +1 -1
  25. package/dist/client/BaseClient.mjs +9 -10
  26. package/dist/client/BaseClient.mjs.map +1 -1
  27. package/dist/client/RefreshTokenClient.d.ts.map +1 -1
  28. package/dist/client/RefreshTokenClient.mjs +29 -41
  29. package/dist/client/RefreshTokenClient.mjs.map +1 -1
  30. package/dist/client/SilentFlowClient.mjs +1 -1
  31. package/dist/config/ClientConfiguration.mjs +1 -1
  32. package/dist/constants/AADServerParamKeys.d.ts +1 -0
  33. package/dist/constants/AADServerParamKeys.d.ts.map +1 -1
  34. package/dist/constants/AADServerParamKeys.mjs +4 -3
  35. package/dist/constants/AADServerParamKeys.mjs.map +1 -1
  36. package/dist/crypto/ICrypto.mjs +1 -1
  37. package/dist/crypto/JoseHeader.mjs +1 -1
  38. package/dist/crypto/PopTokenGenerator.mjs +1 -1
  39. package/dist/error/AuthError.mjs +1 -1
  40. package/dist/error/AuthErrorCodes.mjs +1 -1
  41. package/dist/error/CacheError.mjs +1 -1
  42. package/dist/error/CacheErrorCodes.mjs +1 -1
  43. package/dist/error/ClientAuthError.mjs +1 -1
  44. package/dist/error/ClientAuthErrorCodes.mjs +1 -1
  45. package/dist/error/ClientConfigurationError.mjs +1 -1
  46. package/dist/error/ClientConfigurationErrorCodes.mjs +1 -1
  47. package/dist/error/InteractionRequiredAuthError.mjs +1 -1
  48. package/dist/error/InteractionRequiredAuthErrorCodes.mjs +1 -1
  49. package/dist/error/JoseHeaderError.mjs +1 -1
  50. package/dist/error/JoseHeaderErrorCodes.mjs +1 -1
  51. package/dist/error/NetworkError.mjs +1 -1
  52. package/dist/error/ServerError.mjs +1 -1
  53. package/dist/exports-common.d.ts +4 -3
  54. package/dist/exports-common.d.ts.map +1 -1
  55. package/dist/index-browser.mjs +6 -2
  56. package/dist/index-browser.mjs.map +1 -1
  57. package/dist/index-node.mjs +6 -2
  58. package/dist/index-node.mjs.map +1 -1
  59. package/dist/index.mjs +6 -2
  60. package/dist/index.mjs.map +1 -1
  61. package/dist/logger/Logger.mjs +1 -1
  62. package/dist/network/INetworkModule.mjs +1 -1
  63. package/dist/network/RequestThumbprint.d.ts +3 -0
  64. package/dist/network/RequestThumbprint.d.ts.map +1 -1
  65. package/dist/network/RequestThumbprint.mjs +24 -0
  66. package/dist/network/RequestThumbprint.mjs.map +1 -0
  67. package/dist/network/ThrottlingUtils.d.ts.map +1 -1
  68. package/dist/network/ThrottlingUtils.mjs +3 -13
  69. package/dist/network/ThrottlingUtils.mjs.map +1 -1
  70. package/dist/packageMetadata.d.ts +1 -1
  71. package/dist/packageMetadata.mjs +2 -2
  72. package/dist/protocol/Authorize.d.ts +37 -0
  73. package/dist/protocol/Authorize.d.ts.map +1 -0
  74. package/dist/protocol/Authorize.mjs +237 -0
  75. package/dist/protocol/Authorize.mjs.map +1 -0
  76. package/dist/request/AuthenticationHeaderParser.mjs +1 -1
  77. package/dist/request/BaseAuthRequest.d.ts +2 -0
  78. package/dist/request/BaseAuthRequest.d.ts.map +1 -1
  79. package/dist/request/CommonAuthorizationCodeRequest.d.ts +0 -2
  80. package/dist/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
  81. package/dist/request/CommonDeviceCodeRequest.d.ts +1 -1
  82. package/dist/request/CommonDeviceCodeRequest.d.ts.map +1 -1
  83. package/dist/request/CommonRefreshTokenRequest.d.ts +0 -2
  84. package/dist/request/CommonRefreshTokenRequest.d.ts.map +1 -1
  85. package/dist/request/CommonSilentFlowRequest.d.ts +0 -3
  86. package/dist/request/CommonSilentFlowRequest.d.ts.map +1 -1
  87. package/dist/request/RequestParameterBuilder.d.ts +206 -218
  88. package/dist/request/RequestParameterBuilder.d.ts.map +1 -1
  89. package/dist/request/RequestParameterBuilder.mjs +356 -369
  90. package/dist/request/RequestParameterBuilder.mjs.map +1 -1
  91. package/dist/request/RequestValidator.mjs +1 -1
  92. package/dist/request/ScopeSet.mjs +1 -1
  93. package/dist/response/AuthorizeResponse.d.ts +72 -0
  94. package/dist/response/AuthorizeResponse.d.ts.map +1 -0
  95. package/dist/response/ResponseHandler.d.ts +0 -8
  96. package/dist/response/ResponseHandler.d.ts.map +1 -1
  97. package/dist/response/ResponseHandler.mjs +7 -52
  98. package/dist/response/ResponseHandler.mjs.map +1 -1
  99. package/dist/telemetry/performance/PerformanceClient.mjs +1 -1
  100. package/dist/telemetry/performance/PerformanceEvent.d.ts +1 -2
  101. package/dist/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
  102. package/dist/telemetry/performance/PerformanceEvent.mjs +2 -11
  103. package/dist/telemetry/performance/PerformanceEvent.mjs.map +1 -1
  104. package/dist/telemetry/performance/StubPerformanceClient.mjs +1 -1
  105. package/dist/telemetry/server/ServerTelemetryManager.mjs +1 -1
  106. package/dist/url/UrlString.mjs +1 -1
  107. package/dist/utils/ClientAssertionUtils.mjs +1 -1
  108. package/dist/utils/Constants.mjs +1 -1
  109. package/dist/utils/FunctionWrappers.mjs +1 -1
  110. package/dist/utils/ProtocolUtils.mjs +1 -1
  111. package/dist/utils/StringUtils.mjs +1 -1
  112. package/dist/utils/TimeUtils.d.ts +10 -0
  113. package/dist/utils/TimeUtils.d.ts.map +1 -1
  114. package/dist/utils/TimeUtils.mjs +20 -2
  115. package/dist/utils/TimeUtils.mjs.map +1 -1
  116. package/dist/utils/UrlUtils.d.ts +6 -2
  117. package/dist/utils/UrlUtils.d.ts.map +1 -1
  118. package/dist/utils/UrlUtils.mjs +12 -2
  119. package/dist/utils/UrlUtils.mjs.map +1 -1
  120. package/lib/index-browser.cjs +4 -2
  121. package/lib/index-browser.cjs.map +1 -1
  122. package/lib/{index-node-0IMDqzO0.js → index-node-BjtDFnOl.js} +828 -805
  123. package/lib/index-node-BjtDFnOl.js.map +1 -0
  124. package/lib/index-node.cjs +4 -2
  125. package/lib/index-node.cjs.map +1 -1
  126. package/lib/index.cjs +4 -2
  127. package/lib/index.cjs.map +1 -1
  128. package/lib/types/client/AuthorizationCodeClient.d.ts +0 -31
  129. package/lib/types/client/AuthorizationCodeClient.d.ts.map +1 -1
  130. package/lib/types/client/BaseClient.d.ts.map +1 -1
  131. package/lib/types/client/RefreshTokenClient.d.ts.map +1 -1
  132. package/lib/types/constants/AADServerParamKeys.d.ts +1 -0
  133. package/lib/types/constants/AADServerParamKeys.d.ts.map +1 -1
  134. package/lib/types/exports-common.d.ts +4 -3
  135. package/lib/types/exports-common.d.ts.map +1 -1
  136. package/lib/types/network/RequestThumbprint.d.ts +3 -0
  137. package/lib/types/network/RequestThumbprint.d.ts.map +1 -1
  138. package/lib/types/network/ThrottlingUtils.d.ts.map +1 -1
  139. package/lib/types/packageMetadata.d.ts +1 -1
  140. package/lib/types/protocol/Authorize.d.ts +37 -0
  141. package/lib/types/protocol/Authorize.d.ts.map +1 -0
  142. package/lib/types/request/BaseAuthRequest.d.ts +2 -0
  143. package/lib/types/request/BaseAuthRequest.d.ts.map +1 -1
  144. package/lib/types/request/CommonAuthorizationCodeRequest.d.ts +0 -2
  145. package/lib/types/request/CommonAuthorizationCodeRequest.d.ts.map +1 -1
  146. package/lib/types/request/CommonDeviceCodeRequest.d.ts +1 -1
  147. package/lib/types/request/CommonDeviceCodeRequest.d.ts.map +1 -1
  148. package/lib/types/request/CommonRefreshTokenRequest.d.ts +0 -2
  149. package/lib/types/request/CommonRefreshTokenRequest.d.ts.map +1 -1
  150. package/lib/types/request/CommonSilentFlowRequest.d.ts +0 -3
  151. package/lib/types/request/CommonSilentFlowRequest.d.ts.map +1 -1
  152. package/lib/types/request/RequestParameterBuilder.d.ts +206 -218
  153. package/lib/types/request/RequestParameterBuilder.d.ts.map +1 -1
  154. package/lib/types/response/AuthorizeResponse.d.ts +72 -0
  155. package/lib/types/response/AuthorizeResponse.d.ts.map +1 -0
  156. package/lib/types/response/ResponseHandler.d.ts +0 -8
  157. package/lib/types/response/ResponseHandler.d.ts.map +1 -1
  158. package/lib/types/telemetry/performance/PerformanceEvent.d.ts +1 -2
  159. package/lib/types/telemetry/performance/PerformanceEvent.d.ts.map +1 -1
  160. package/lib/types/utils/TimeUtils.d.ts +10 -0
  161. package/lib/types/utils/TimeUtils.d.ts.map +1 -1
  162. package/lib/types/utils/UrlUtils.d.ts +6 -2
  163. package/lib/types/utils/UrlUtils.d.ts.map +1 -1
  164. package/package.json +1 -1
  165. package/src/client/AuthorizationCodeClient.ts +89 -409
  166. package/src/client/BaseClient.ts +20 -12
  167. package/src/client/RefreshTokenClient.ts +66 -44
  168. package/src/constants/AADServerParamKeys.ts +1 -0
  169. package/src/exports-common.ts +8 -3
  170. package/src/network/RequestThumbprint.ts +23 -0
  171. package/src/network/ThrottlingUtils.ts +9 -14
  172. package/src/packageMetadata.ts +1 -1
  173. package/src/protocol/Authorize.ts +409 -0
  174. package/src/request/BaseAuthRequest.ts +2 -0
  175. package/src/request/CommonAuthorizationCodeRequest.ts +0 -2
  176. package/src/request/CommonDeviceCodeRequest.ts +1 -1
  177. package/src/request/CommonRefreshTokenRequest.ts +0 -2
  178. package/src/request/CommonSilentFlowRequest.ts +0 -3
  179. package/src/request/RequestParameterBuilder.ts +508 -543
  180. package/src/response/AuthorizeResponse.ts +76 -0
  181. package/src/response/ResponseHandler.ts +8 -104
  182. package/src/telemetry/performance/PerformanceEvent.ts +1 -11
  183. package/src/utils/TimeUtils.ts +20 -0
  184. package/src/utils/UrlUtils.ts +18 -4
  185. package/dist/response/ServerAuthorizationCodeResponse.d.ts +0 -27
  186. package/dist/response/ServerAuthorizationCodeResponse.d.ts.map +0 -1
  187. package/lib/index-node-0IMDqzO0.js.map +0 -1
  188. package/lib/types/response/ServerAuthorizationCodeResponse.d.ts +0 -27
  189. package/lib/types/response/ServerAuthorizationCodeResponse.d.ts.map +0 -1
  190. package/src/response/ServerAuthorizationCodeResponse.ts +0 -34
@@ -1 +1 @@
1
- {"version":3,"file":"CommonSilentFlowRequest.d.ts","sourceRoot":"","sources":["../../src/request/CommonSilentFlowRequest.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG;IACpD,+CAA+C;IAC/C,OAAO,EAAE,WAAW,CAAC;IACrB,uEAAuE;IACvE,YAAY,EAAE,OAAO,CAAC;IACtB,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,mBAAmB,CAAC,EAAE,UAAU,CAAC;IACjC,oLAAoL;IACpL,mCAAmC,CAAC,EAAE,MAAM,CAAC;CAChD,CAAC"}
1
+ {"version":3,"file":"CommonSilentFlowRequest.d.ts","sourceRoot":"","sources":["../../src/request/CommonSilentFlowRequest.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAEvD;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,uBAAuB,GAAG,eAAe,GAAG;IACpD,+CAA+C;IAC/C,OAAO,EAAE,WAAW,CAAC;IACrB,uEAAuE;IACvE,YAAY,EAAE,OAAO,CAAC;IACtB,4FAA4F;IAC5F,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oLAAoL;IACpL,mCAAmC,CAAC,EAAE,MAAM,CAAC;CAChD,CAAC"}
@@ -4,222 +4,210 @@ import { ApplicationTelemetry, LibraryInfo } from "../config/ClientConfiguration
4
4
  import { ServerTelemetryManager } from "../telemetry/server/ServerTelemetryManager.js";
5
5
  import { ClientInfo } from "../account/ClientInfo.js";
6
6
  import { IPerformanceClient } from "../telemetry/performance/IPerformanceClient.js";
7
- /** @internal */
8
- export declare class RequestParameterBuilder {
9
- private parameters;
10
- private readonly performanceClient?;
11
- private readonly correlationId?;
12
- constructor(correlationId?: string, performanceClient?: IPerformanceClient);
13
- /**
14
- * add response_type = code
15
- */
16
- addResponseTypeCode(): void;
17
- /**
18
- * add response_type = token id_token
19
- */
20
- addResponseTypeForTokenAndIdToken(): void;
21
- /**
22
- * add response_mode. defaults to query.
23
- * @param responseMode
24
- */
25
- addResponseMode(responseMode?: ResponseMode): void;
26
- /**
27
- * Add flag to indicate STS should attempt to use WAM if available
28
- */
29
- addNativeBroker(): void;
30
- /**
31
- * add scopes. set addOidcScopes to false to prevent default scopes in non-user scenarios
32
- * @param scopeSet
33
- * @param addOidcScopes
34
- */
35
- addScopes(scopes: string[], addOidcScopes?: boolean, defaultScopes?: Array<string>): void;
36
- /**
37
- * add clientId
38
- * @param clientId
39
- */
40
- addClientId(clientId: string): void;
41
- /**
42
- * add redirect_uri
43
- * @param redirectUri
44
- */
45
- addRedirectUri(redirectUri: string): void;
46
- /**
47
- * add post logout redirectUri
48
- * @param redirectUri
49
- */
50
- addPostLogoutRedirectUri(redirectUri: string): void;
51
- /**
52
- * add id_token_hint to logout request
53
- * @param idTokenHint
54
- */
55
- addIdTokenHint(idTokenHint: string): void;
56
- /**
57
- * add domain_hint
58
- * @param domainHint
59
- */
60
- addDomainHint(domainHint: string): void;
61
- /**
62
- * add login_hint
63
- * @param loginHint
64
- */
65
- addLoginHint(loginHint: string): void;
66
- /**
67
- * Adds the CCS (Cache Credential Service) query parameter for login_hint
68
- * @param loginHint
69
- */
70
- addCcsUpn(loginHint: string): void;
71
- /**
72
- * Adds the CCS (Cache Credential Service) query parameter for account object
73
- * @param loginHint
74
- */
75
- addCcsOid(clientInfo: ClientInfo): void;
76
- /**
77
- * add sid
78
- * @param sid
79
- */
80
- addSid(sid: string): void;
81
- /**
82
- * add claims
83
- * @param claims
84
- */
85
- addClaims(claims?: string, clientCapabilities?: Array<string>): void;
86
- /**
87
- * add correlationId
88
- * @param correlationId
89
- */
90
- addCorrelationId(correlationId: string): void;
91
- /**
92
- * add library info query params
93
- * @param libraryInfo
94
- */
95
- addLibraryInfo(libraryInfo: LibraryInfo): void;
96
- /**
97
- * Add client telemetry parameters
98
- * @param appTelemetry
99
- */
100
- addApplicationTelemetry(appTelemetry: ApplicationTelemetry): void;
101
- /**
102
- * add prompt
103
- * @param prompt
104
- */
105
- addPrompt(prompt: string): void;
106
- /**
107
- * add state
108
- * @param state
109
- */
110
- addState(state: string): void;
111
- /**
112
- * add nonce
113
- * @param nonce
114
- */
115
- addNonce(nonce: string): void;
116
- /**
117
- * add code_challenge and code_challenge_method
118
- * - throw if either of them are not passed
119
- * @param codeChallenge
120
- * @param codeChallengeMethod
121
- */
122
- addCodeChallengeParams(codeChallenge: string, codeChallengeMethod: string): void;
123
- /**
124
- * add the `authorization_code` passed by the user to exchange for a token
125
- * @param code
126
- */
127
- addAuthorizationCode(code: string): void;
128
- /**
129
- * add the `authorization_code` passed by the user to exchange for a token
130
- * @param code
131
- */
132
- addDeviceCode(code: string): void;
133
- /**
134
- * add the `refreshToken` passed by the user
135
- * @param refreshToken
136
- */
137
- addRefreshToken(refreshToken: string): void;
138
- /**
139
- * add the `code_verifier` passed by the user to exchange for a token
140
- * @param codeVerifier
141
- */
142
- addCodeVerifier(codeVerifier: string): void;
143
- /**
144
- * add client_secret
145
- * @param clientSecret
146
- */
147
- addClientSecret(clientSecret: string): void;
148
- /**
149
- * add clientAssertion for confidential client flows
150
- * @param clientAssertion
151
- */
152
- addClientAssertion(clientAssertion: string): void;
153
- /**
154
- * add clientAssertionType for confidential client flows
155
- * @param clientAssertionType
156
- */
157
- addClientAssertionType(clientAssertionType: string): void;
158
- /**
159
- * add OBO assertion for confidential client flows
160
- * @param clientAssertion
161
- */
162
- addOboAssertion(oboAssertion: string): void;
163
- /**
164
- * add grant type
165
- * @param grantType
166
- */
167
- addRequestTokenUse(tokenUse: string): void;
168
- /**
169
- * add grant type
170
- * @param grantType
171
- */
172
- addGrantType(grantType: string): void;
173
- /**
174
- * add client info
175
- *
176
- */
177
- addClientInfo(): void;
178
- /**
179
- * add extraQueryParams
180
- * @param eQParams
181
- */
182
- addExtraQueryParameters(eQParams: StringDict): void;
183
- addClientCapabilitiesToClaims(claims?: string, clientCapabilities?: Array<string>): string;
184
- /**
185
- * adds `username` for Password Grant flow
186
- * @param username
187
- */
188
- addUsername(username: string): void;
189
- /**
190
- * adds `password` for Password Grant flow
191
- * @param password
192
- */
193
- addPassword(password: string): void;
194
- /**
195
- * add pop_jwk to query params
196
- * @param cnfString
197
- */
198
- addPopToken(cnfString: string): void;
199
- /**
200
- * add SSH JWK and key ID to query params
201
- */
202
- addSshJwk(sshJwkString: string): void;
203
- /**
204
- * add server telemetry fields
205
- * @param serverTelemetryManager
206
- */
207
- addServerTelemetry(serverTelemetryManager: ServerTelemetryManager): void;
208
- /**
209
- * Adds parameter that indicates to the server that throttling is supported
210
- */
211
- addThrottling(): void;
212
- /**
213
- * Adds logout_hint parameter for "silent" logout which prevent server account picker
214
- */
215
- addLogoutHint(logoutHint: string): void;
216
- addBrokerParameters(params: {
217
- brokerClientId: string;
218
- brokerRedirectUri: string;
219
- }): void;
220
- /**
221
- * Utility to create a URL from the params map
222
- */
223
- createQueryString(): string;
224
- }
7
+ export declare function instrumentBrokerParams(parameters: Map<string, string>, correlationId?: string, performanceClient?: IPerformanceClient): void;
8
+ /**
9
+ * add response_type = code
10
+ */
11
+ export declare function addResponseTypeCode(parameters: Map<string, string>): void;
12
+ /**
13
+ * add response_type = token id_token
14
+ */
15
+ export declare function addResponseTypeForTokenAndIdToken(parameters: Map<string, string>): void;
16
+ /**
17
+ * add response_mode. defaults to query.
18
+ * @param responseMode
19
+ */
20
+ export declare function addResponseMode(parameters: Map<string, string>, responseMode?: ResponseMode): void;
21
+ /**
22
+ * Add flag to indicate STS should attempt to use WAM if available
23
+ */
24
+ export declare function addNativeBroker(parameters: Map<string, string>): void;
25
+ /**
26
+ * add scopes. set addOidcScopes to false to prevent default scopes in non-user scenarios
27
+ * @param scopeSet
28
+ * @param addOidcScopes
29
+ */
30
+ export declare function addScopes(parameters: Map<string, string>, scopes: string[], addOidcScopes?: boolean, defaultScopes?: Array<string>): void;
31
+ /**
32
+ * add clientId
33
+ * @param clientId
34
+ */
35
+ export declare function addClientId(parameters: Map<string, string>, clientId: string): void;
36
+ /**
37
+ * add redirect_uri
38
+ * @param redirectUri
39
+ */
40
+ export declare function addRedirectUri(parameters: Map<string, string>, redirectUri: string): void;
41
+ /**
42
+ * add post logout redirectUri
43
+ * @param redirectUri
44
+ */
45
+ export declare function addPostLogoutRedirectUri(parameters: Map<string, string>, redirectUri: string): void;
46
+ /**
47
+ * add id_token_hint to logout request
48
+ * @param idTokenHint
49
+ */
50
+ export declare function addIdTokenHint(parameters: Map<string, string>, idTokenHint: string): void;
51
+ /**
52
+ * add domain_hint
53
+ * @param domainHint
54
+ */
55
+ export declare function addDomainHint(parameters: Map<string, string>, domainHint: string): void;
56
+ /**
57
+ * add login_hint
58
+ * @param loginHint
59
+ */
60
+ export declare function addLoginHint(parameters: Map<string, string>, loginHint: string): void;
61
+ /**
62
+ * Adds the CCS (Cache Credential Service) query parameter for login_hint
63
+ * @param loginHint
64
+ */
65
+ export declare function addCcsUpn(parameters: Map<string, string>, loginHint: string): void;
66
+ /**
67
+ * Adds the CCS (Cache Credential Service) query parameter for account object
68
+ * @param loginHint
69
+ */
70
+ export declare function addCcsOid(parameters: Map<string, string>, clientInfo: ClientInfo): void;
71
+ /**
72
+ * add sid
73
+ * @param sid
74
+ */
75
+ export declare function addSid(parameters: Map<string, string>, sid: string): void;
76
+ /**
77
+ * add claims
78
+ * @param claims
79
+ */
80
+ export declare function addClaims(parameters: Map<string, string>, claims?: string, clientCapabilities?: Array<string>): void;
81
+ /**
82
+ * add correlationId
83
+ * @param correlationId
84
+ */
85
+ export declare function addCorrelationId(parameters: Map<string, string>, correlationId: string): void;
86
+ /**
87
+ * add library info query params
88
+ * @param libraryInfo
89
+ */
90
+ export declare function addLibraryInfo(parameters: Map<string, string>, libraryInfo: LibraryInfo): void;
91
+ /**
92
+ * Add client telemetry parameters
93
+ * @param appTelemetry
94
+ */
95
+ export declare function addApplicationTelemetry(parameters: Map<string, string>, appTelemetry: ApplicationTelemetry): void;
96
+ /**
97
+ * add prompt
98
+ * @param prompt
99
+ */
100
+ export declare function addPrompt(parameters: Map<string, string>, prompt: string): void;
101
+ /**
102
+ * add state
103
+ * @param state
104
+ */
105
+ export declare function addState(parameters: Map<string, string>, state: string): void;
106
+ /**
107
+ * add nonce
108
+ * @param nonce
109
+ */
110
+ export declare function addNonce(parameters: Map<string, string>, nonce: string): void;
111
+ /**
112
+ * add code_challenge and code_challenge_method
113
+ * - throw if either of them are not passed
114
+ * @param codeChallenge
115
+ * @param codeChallengeMethod
116
+ */
117
+ export declare function addCodeChallengeParams(parameters: Map<string, string>, codeChallenge?: string, codeChallengeMethod?: string): void;
118
+ /**
119
+ * add the `authorization_code` passed by the user to exchange for a token
120
+ * @param code
121
+ */
122
+ export declare function addAuthorizationCode(parameters: Map<string, string>, code: string): void;
123
+ /**
124
+ * add the `authorization_code` passed by the user to exchange for a token
125
+ * @param code
126
+ */
127
+ export declare function addDeviceCode(parameters: Map<string, string>, code: string): void;
128
+ /**
129
+ * add the `refreshToken` passed by the user
130
+ * @param refreshToken
131
+ */
132
+ export declare function addRefreshToken(parameters: Map<string, string>, refreshToken: string): void;
133
+ /**
134
+ * add the `code_verifier` passed by the user to exchange for a token
135
+ * @param codeVerifier
136
+ */
137
+ export declare function addCodeVerifier(parameters: Map<string, string>, codeVerifier: string): void;
138
+ /**
139
+ * add client_secret
140
+ * @param clientSecret
141
+ */
142
+ export declare function addClientSecret(parameters: Map<string, string>, clientSecret: string): void;
143
+ /**
144
+ * add clientAssertion for confidential client flows
145
+ * @param clientAssertion
146
+ */
147
+ export declare function addClientAssertion(parameters: Map<string, string>, clientAssertion: string): void;
148
+ /**
149
+ * add clientAssertionType for confidential client flows
150
+ * @param clientAssertionType
151
+ */
152
+ export declare function addClientAssertionType(parameters: Map<string, string>, clientAssertionType: string): void;
153
+ /**
154
+ * add OBO assertion for confidential client flows
155
+ * @param clientAssertion
156
+ */
157
+ export declare function addOboAssertion(parameters: Map<string, string>, oboAssertion: string): void;
158
+ /**
159
+ * add grant type
160
+ * @param grantType
161
+ */
162
+ export declare function addRequestTokenUse(parameters: Map<string, string>, tokenUse: string): void;
163
+ /**
164
+ * add grant type
165
+ * @param grantType
166
+ */
167
+ export declare function addGrantType(parameters: Map<string, string>, grantType: string): void;
168
+ /**
169
+ * add client info
170
+ *
171
+ */
172
+ export declare function addClientInfo(parameters: Map<string, string>): void;
173
+ export declare function addInstanceAware(parameters: Map<string, string>): void;
174
+ /**
175
+ * add extraQueryParams
176
+ * @param eQParams
177
+ */
178
+ export declare function addExtraQueryParameters(parameters: Map<string, string>, eQParams: StringDict): void;
179
+ export declare function addClientCapabilitiesToClaims(claims?: string, clientCapabilities?: Array<string>): string;
180
+ /**
181
+ * adds `username` for Password Grant flow
182
+ * @param username
183
+ */
184
+ export declare function addUsername(parameters: Map<string, string>, username: string): void;
185
+ /**
186
+ * adds `password` for Password Grant flow
187
+ * @param password
188
+ */
189
+ export declare function addPassword(parameters: Map<string, string>, password: string): void;
190
+ /**
191
+ * add pop_jwk to query params
192
+ * @param cnfString
193
+ */
194
+ export declare function addPopToken(parameters: Map<string, string>, cnfString: string): void;
195
+ /**
196
+ * add SSH JWK and key ID to query params
197
+ */
198
+ export declare function addSshJwk(parameters: Map<string, string>, sshJwkString: string): void;
199
+ /**
200
+ * add server telemetry fields
201
+ * @param serverTelemetryManager
202
+ */
203
+ export declare function addServerTelemetry(parameters: Map<string, string>, serverTelemetryManager: ServerTelemetryManager): void;
204
+ /**
205
+ * Adds parameter that indicates to the server that throttling is supported
206
+ */
207
+ export declare function addThrottling(parameters: Map<string, string>): void;
208
+ /**
209
+ * Adds logout_hint parameter for "silent" logout which prevent server account picker
210
+ */
211
+ export declare function addLogoutHint(parameters: Map<string, string>, logoutHint: string): void;
212
+ export declare function addBrokerParameters(parameters: Map<string, string>, brokerClientId: string, brokerRedirectUri: string): void;
225
213
  //# sourceMappingURL=RequestParameterBuilder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestParameterBuilder.d.ts","sourceRoot":"","sources":["../../src/request/RequestParameterBuilder.ts"],"names":[],"mappings":"AAKA,OAAO,EAEH,YAAY,EAQf,MAAM,uBAAuB,CAAC;AAO/B,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAEnD,OAAO,EACH,oBAAoB,EACpB,WAAW,EACd,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AAyBpF,gBAAgB;AAChB,qBAAa,uBAAuB;IAChC,OAAO,CAAC,UAAU,CAAsB;IACxC,OAAO,CAAC,QAAQ,CAAC,iBAAiB,CAAC,CAAqB;IACxD,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAS;gBAGpC,aAAa,CAAC,EAAE,MAAM,EACtB,iBAAiB,CAAC,EAAE,kBAAkB;IAO1C;;OAEG;IACH,mBAAmB,IAAI,IAAI;IAO3B;;OAEG;IACH,iCAAiC,IAAI,IAAI;IASzC;;;OAGG;IACH,eAAe,CAAC,YAAY,CAAC,EAAE,YAAY,GAAG,IAAI;IAOlD;;OAEG;IACH,eAAe,IAAI,IAAI;IAOvB;;;;OAIG;IACH,SAAS,CACL,MAAM,EAAE,MAAM,EAAE,EAChB,aAAa,GAAE,OAAc,EAC7B,aAAa,GAAE,KAAK,CAAC,MAAM,CAAuB,GACnD,IAAI;IAmBP;;;OAGG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOnC;;;OAGG;IACH,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAQzC;;;OAGG;IACH,wBAAwB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAQnD;;;OAGG;IACH,cAAc,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI;IAOzC;;;OAGG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAOvC;;;OAGG;IACH,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAOrC;;;OAGG;IACH,SAAS,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAOlC;;;OAGG;IACH,SAAS,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI;IAOvC;;;OAGG;IACH,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIzB;;;OAGG;IACH,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI;IAYpE;;;OAGG;IACH,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAO7C;;;OAGG;IACH,cAAc,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI;IAkB9C;;;OAGG;IACH,uBAAuB,CAAC,YAAY,EAAE,oBAAoB,GAAG,IAAI;IAgBjE;;;OAGG;IACH,SAAS,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAQ/B;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAS7B;;;OAGG;IACH,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAO7B;;;;;OAKG;IACH,sBAAsB,CAClB,aAAa,EAAE,MAAM,EACrB,mBAAmB,EAAE,MAAM,GAC5B,IAAI;IAqBP;;;OAGG;IACH,oBAAoB,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAIxC;;;OAGG;IACH,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI;IAOjC;;;OAGG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAO3C;;;OAGG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAO3C;;;OAGG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAO3C;;;OAGG;IACH,kBAAkB,CAAC,eAAe,EAAE,MAAM,GAAG,IAAI;IASjD;;;OAGG;IACH,sBAAsB,CAAC,mBAAmB,EAAE,MAAM,GAAG,IAAI;IASzD;;;OAGG;IACH,eAAe,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAO3C;;;OAGG;IACH,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAO1C;;;OAGG;IACH,YAAY,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAOrC;;;OAGG;IACH,aAAa,IAAI,IAAI;IAIrB;;;OAGG;IACH,uBAAuB,CAAC,QAAQ,EAAE,UAAU,GAAG,IAAI;IAQnD,6BAA6B,CACzB,MAAM,CAAC,EAAE,MAAM,EACf,kBAAkB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GACnC,MAAM;IAiCT;;;OAGG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOnC;;;OAGG;IACH,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOnC;;;OAGG;IACH,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI;IAapC;;OAEG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,GAAG,IAAI;IAarC;;;OAGG;IACH,kBAAkB,CAAC,sBAAsB,EAAE,sBAAsB,GAAG,IAAI;IAWxE;;OAEG;IACH,aAAa,IAAI,IAAI;IAOrB;;OAEG;IACH,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,IAAI;IAOvC,mBAAmB,CAAC,MAAM,EAAE;QACxB,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,MAAM,CAAC;KAC7B,GAAG,IAAI;IAUR;;OAEG;IACH,iBAAiB,IAAI,MAAM;CAe9B"}
1
+ {"version":3,"file":"RequestParameterBuilder.d.ts","sourceRoot":"","sources":["../../src/request/RequestParameterBuilder.ts"],"names":[],"mappings":"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"}