Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebviewClientAuthenticator<Credential, Data, Context>

Type parameters

Hierarchy

Implemented by

Index

Properties

marshalTypes: null | AnyMarshalType[]
platform: string

Methods

  • closeWebview(): boolean
  • init(authEntry: string, errorFromServer: null | AuthError, dataFromServer: null | Data): Promise<void>
  • Initiate necessary libary like IdP SDK to start authentication works, this method is expected to be called before the view of app start rendering and would only be called once.

    Parameters

    • authEntry: string
    • errorFromServer: null | AuthError
    • dataFromServer: null | Data

    Returns Promise<void>

Generated using TypeDoc