Preparing search index...
The search index is not available
@rxap/authentication - v19.0.4
@rxap/authentication
IAuthenticationService
Interface IAuthenticationService
interface
IAuthenticationService
{
events$
:
Observable
<
AuthenticationEvent
>
;
isAuthenticated$
:
Observable
<
null
|
boolean
>
;
isAuthenticated
()
:
Promise
<
boolean
>
;
signOut
()
:
Promise
<
void
>
;
}
Implemented by
DisabledAuthenticationService
RxapAuthenticationService
Index
Properties
events$
is
Authenticated$
Methods
is
Authenticated
sign
Out
Properties
events$
events$
:
Observable
<
AuthenticationEvent
>
is
Authenticated$
isAuthenticated$
:
Observable
<
null
|
boolean
>
Methods
is
Authenticated
isAuthenticated
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
sign
Out
signOut
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
events$
is
Authenticated$
Methods
is
Authenticated
sign
Out
@rxap/authentication - v19.0.4
Loading...