Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOauthProvider

Interface that represents a basic structure for an additional OAuth Provider

Hierarchy

  • IOauthProvider

Index

Methods

Methods

GetToken

  • GetToken(): Promise<string>

Login

  • Login(token: string): Promise<any>
  • Method that handles the user login. Should be responsible for updating the Authentication State as well.

    Parameters

    • token: string

    Returns Promise<any>

Generated using TypeDoc