You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Doc sid param
This commit is contained in:
@@ -220,6 +220,8 @@ InteractiveAuth.prototype = {
|
|||||||
* This must be set in order to successfully poll for completion
|
* This must be set in order to successfully poll for completion
|
||||||
* of the email validation.
|
* of the email validation.
|
||||||
* Specific to m.login.email.identity
|
* Specific to m.login.email.identity
|
||||||
|
*
|
||||||
|
* @param {string} sid The sid for the email validation session
|
||||||
*/
|
*/
|
||||||
setEmailSid: function(sid) {
|
setEmailSid: function(sid) {
|
||||||
this._emailSid = sid;
|
this._emailSid = sid;
|
||||||
|
Reference in New Issue
Block a user