Home Reference Source
import RemoveLoginMethod from '~/models/Request/RemoveLoginMethod.js'
public class | source

RemoveLoginMethod

Extends:

Request → RemoveLoginMethod

Removes methods

Constructor Summary

Public Constructor
public

Inherited Summary

From class Request
protected
public

cancel()

Cancels the request.

public

format(data: Object): Object

Formats the request object and returns an object of Request<T>'s T.

public

async run(o: Object): Promise

Performs the request

Public Constructors

public constructor(method: LoginMethod | number) source

Creates request given path. Provide options as object

Override:

Request#constructor

Params:

NameTypeAttributeDescription
method LoginMethod | number

login method or ID