You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: dist/angularJsOAuth2.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -245,8 +245,8 @@
245
245
signOutUrl: '@',// url on the authorization server for logging out. Local token is deleted even if no URL is given but that will leave user logged in against STS
246
246
signOutAppendToken: '@',// defaults to 'false', set to 'true' to append the token to the sign out url
247
247
signOutRedirectUrl: '@',// url to redirect to after sign out on the STS has completed
248
-
nonce: '@',// nonce value, optional. If unspecified or an empty string and autoGenerateNonce is true then a nonce will be auto-generated
249
-
autoGenerateNonce: '='// Should a nonce be autogenerated if not supplied. Optional and defaults to true.
248
+
nonce: '@?',// nonce value, optional. If unspecified or an empty string and autoGenerateNonce is true then a nonce will be auto-generated
249
+
autoGenerateNonce: '=?'// Should a nonce be autogenerated if not supplied. Optional and defaults to true.
0 commit comments