@@ -266,7 +266,7 @@ <h4 class="name" id=".authorize">
266266 < ul class ="dummy ">
267267 < li >
268268 < a href ="src_webauth_index.js.html "> src/webauth/index.js</ a
269- > , < a href ="src_webauth_index.js.html#line58 "> line 58 </ a >
269+ > , < a href ="src_webauth_index.js.html#line59 "> line 59 </ a >
270270 </ li >
271271 </ ul >
272272 </ dd >
@@ -306,7 +306,7 @@ <h5>Parameters:</h5>
306306 </ td >
307307
308308 < td class ="description last ">
309- < p > parameters to send on the AuthN/AuthZ request.</ p >
309+ < p > Parameters to send on the AuthN/AuthZ request.</ p >
310310
311311 < table class ="params ">
312312 < thead >
@@ -333,7 +333,7 @@ <h5>Parameters:</h5>
333333
334334 < td class ="description last ">
335335 < p >
336- random string to prevent CSRF attacks and used to
336+ Random string to prevent CSRF attacks and used to
337337 discard unexepcted results. By default its a
338338 cryptographically secure random.
339339 </ p >
@@ -351,7 +351,7 @@ <h5>Parameters:</h5>
351351
352352 < td class ="description last ">
353353 < p >
354- random string to prevent replay attacks of
354+ Random string to prevent replay attacks of
355355 id_tokens.
356356 </ p >
357357 </ td >
@@ -368,7 +368,7 @@ <h5>Parameters:</h5>
368368
369369 < td class ="description last ">
370370 < p >
371- identifier of Resource Server (RS) to be included
371+ Identifier of Resource Server (RS) to be included
372372 as audience (aud claim) of the issued access token
373373 </ p >
374374 </ td >
@@ -385,7 +385,7 @@ <h5>Parameters:</h5>
385385
386386 < td class ="description last ">
387387 < p >
388- scopes requested for the issued tokens. e.g.
388+ Scopes requested for the issued tokens. e.g.
389389 < code > openid profile</ code >
390390 </ p >
391391 </ td >
@@ -439,7 +439,7 @@ <h5>Parameters:</h5>
439439 </ td >
440440
441441 < td class ="description last ">
442- < p > options for ID token validation configuration.</ p >
442+ < p > Other configuration options .</ p >
443443
444444 < table class ="params ">
445445 < thead >
@@ -472,6 +472,23 @@ <h5>Parameters:</h5>
472472 </ p >
473473 </ td >
474474 </ tr >
475+
476+ < tr >
477+ < td class ="name "> < code > ephemeralSession</ code > </ td >
478+
479+ < td class ="type ">
480+ < span class ="param-type "> < code > Boolean</ code > </ span >
481+ </ td >
482+
483+ < td class ="attributes "> <optional> < br /> </ td >
484+
485+ < td class ="description last ">
486+ < p >
487+ Disable Single-Sign-On (SSO). It only affects iOS
488+ with versions 13 and above.
489+ </ p >
490+ </ td >
491+ </ tr >
475492 </ tbody >
476493 </ table >
477494 </ td >
@@ -518,7 +535,7 @@ <h4 class="name" id=".clearSession">
518535 < ul class ="dummy ">
519536 < li >
520537 < a href ="src_webauth_index.js.html "> src/webauth/index.js</ a
521- > , < a href ="src_webauth_index.js.html#line125 "> line 125 </ a >
538+ > , < a href ="src_webauth_index.js.html#line128 "> line 128 </ a >
522539 </ li >
523540 </ ul >
524541 </ dd >
@@ -557,7 +574,7 @@ <h5>Parameters:</h5>
557574 </ td >
558575
559576 < td class ="description last ">
560- < p > parameters to send</ p >
577+ < p > Parameters to send</ p >
561578
562579 < table class ="params ">
563580 < thead >
@@ -613,8 +630,8 @@ <h5>Returns:</h5>
613630 < br class ="clear " />
614631
615632 < footer >
616- Generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.6.3 </ a > on
617- Wed Apr 29 2020 17:09:02 GMT-0300 (Argentina Standard Time) using the
633+ Generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.6.4 </ a > on
634+ Fri Jun 05 2020 13:51:54 GMT-0300 (Argentina Standard Time) using the
618635 Minami theme.
619636 </ footer >
620637
0 commit comments