UNPKG

@betha-plataforma/oauth

Version:

Biblioteca JavaScript para lidar com o fluxo do OAuth 2.0 em aplicações Web, com suporte a TypeScript.

9 lines (8 loc) 331 B
import { AuthenticationHandler } from './AuthenticationHandler'; export declare class IFrameAuthenticationHandler implements AuthenticationHandler { prepare(): Promise<void>; navigate(url: string): Promise<any>; callback(): Promise<void>; } declare const _default: IFrameAuthenticationHandler; export default _default;