Skip to main content

UserPassword

amiudmodz


amiudmodz / proto / UserPassword

Class: UserPassword

Defined in: WAProto/index.d.ts:15021

Implements

Constructors

new UserPassword()

new UserPassword(p?): UserPassword

Defined in: WAProto/index.d.ts:15022

Parameters

p?

IUserPassword

Returns

UserPassword

Properties

encoding?

optional encoding: null | Encoding

Defined in: WAProto/index.d.ts:15023

Implementation of

IUserPassword.encoding


transformedData?

optional transformedData: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:15026

Implementation of

IUserPassword.transformedData


transformer?

optional transformer: null | Transformer

Defined in: WAProto/index.d.ts:15024

Implementation of

IUserPassword.transformer


transformerArg

transformerArg: ITransformerArg[]

Defined in: WAProto/index.d.ts:15025

Implementation of

IUserPassword.transformerArg

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:15032

Returns

object


create()

static create(properties?): UserPassword

Defined in: WAProto/index.d.ts:15027

Parameters

properties?

IUserPassword

Returns

UserPassword


decode()

static decode(r, l?): UserPassword

Defined in: WAProto/index.d.ts:15029

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

UserPassword


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:15028

Parameters

m

IUserPassword

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): UserPassword

Defined in: WAProto/index.d.ts:15030

Parameters

d

Returns

UserPassword


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:15033

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:15031

Parameters

m

UserPassword

o?

IConversionOptions

Returns

object