Class PasswordCredential

Index

Constructor methods

Properties

Methods

Constructor methods

constructor(resource: string, userName: string, password: string): PasswordCredential

Parameters

  • resource: string
  • userName: string
  • password: string

Returns

PasswordCredential

constructor(): PasswordCredential

Returns

PasswordCredential

Properties

public password: string

public properties: IPropertySet

public resource: string

public userName: string

Methods

public retrievePassword()