@@ -464,35 +464,11 @@ export default class StreamrClient extends EventEmitter {
464464 async publishHttp ( streamObjectOrId : Stream | string , data : Todo , requestOptions : Todo = { } , keepAlive : boolean = true ) {
465465 return this . streamEndpoints . publishHttp ( streamObjectOrId , data , requestOptions , keepAlive )
466466 }
467-
468- async getChallenge ( address : Todo ) {
469- return this . loginEndpoints . getChallenge ( address )
470- }
471-
472- async sendChallengeResponse ( challenge : Todo , signature : Todo , address : Todo ) {
473- return this . loginEndpoints . sendChallengeResponse ( challenge , signature , address )
474- }
475-
476- async loginWithChallengeResponse ( signingFunction : Todo , address : Todo ) {
477- return this . loginEndpoints . loginWithChallengeResponse ( signingFunction , address )
478- }
479-
480- async loginWithApiKey ( apiKey : Todo ) {
481- return this . loginEndpoints . loginWithApiKey ( apiKey )
482- }
483-
484- async loginWithUsernamePassword ( username : Todo , password : Todo ) {
485- return this . loginEndpoints . loginWithUsernamePassword ( username , password )
486- }
487467
488468 async getUserInfo ( ) {
489469 return this . loginEndpoints . getUserInfo ( )
490470 }
491471
492- async logoutEndpoint ( ) {
493- return this . loginEndpoints . logoutEndpoint ( )
494- }
495-
496472 async calculateDataUnionMainnetAddress ( dataUnionName : string , deployerAddress : string , options : DataUnionOptions ) {
497473 return this . dataUnionEndpoints . calculateDataUnionMainnetAddress ( dataUnionName , deployerAddress , options )
498474 }
0 commit comments