- Preparing search index...
- The search index is not available
docs.hg.fi
Methods
Static
createRegisterDTO
- createRegisterDTO(sharedSecret: string, nonce: string, username: string, displayName: string, password: string, admin: boolean, userType?: MatrixRegisterKind): SynapseRegisterRequestDTO
-
Parameters
-
sharedSecret: string
-
nonce: string
-
username: string
-
displayName: string
-
password: string
-
admin: boolean
-
Static
generateRegisterMAC
- generateRegisterMAC(sharedSecret: string, nonce: string, username: string, password: string, admin: boolean, userType?: MatrixRegisterKind): string
-
Parameters
-
sharedSecret: string
-
nonce: string
-
username: string
-
password: string
-
admin: boolean
-
Returns string