UNPKG

bento-auth-js

Version:

Authentication library for web applications of Bento-Platform

5 lines (4 loc) 149 B
export interface AutoAuthenticateState { isAutoAuthenticating: boolean; } export declare const useAutoAuthenticate: () => AutoAuthenticateState;