Interface IBootstrapCrossSigningOpts

Hierarchy

  • IBootstrapCrossSigningOpts

Properties

setupNewCrossSigning?: boolean

Optional. Reset even if keys already exist.

Methods

  • A function that makes the request requiring auth. Receives the auth data as an object. Can be called multiple times, first with an empty authDict, to obtain the flows.

    Parameters

    • makeRequest: ((authData: any) => Promise<{}>)
        • (authData: any): Promise<{}>
        • Parameters

          • authData: any

          Returns Promise<{}>

    Returns Promise<void>

Generated using TypeDoc