UNPKG

@studiohyperdrive/ngx-auth

Version:

A library of core authentication functionality used with @studiohyperdrive/types-auth.

2 lines (1 loc) 76 B
export type NgxAuthenticationStatus = 'unset' | 'signed-in' | 'signed-out';