Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JwtEffects<Credentials, AuthResponse, UserInfo, UserId>

Type Parameters

  • Credentials

  • AuthResponse

  • UserInfo

  • UserId = number

Hierarchy

  • JwtEffects

Index

Constructors

  • new JwtEffects<Credentials, AuthResponse, UserInfo, UserId>(actions$: Actions<Action>, jwtService: JwtService<Credentials, AuthResponse, UserInfo, UserId>, config: JwtConfig<Credentials, AuthResponse, UserInfo, UserId>, store: Store<JwtAppRootStateBase<UserInfo>>, a: JwtActions<Credentials, AuthResponse, UserInfo, UserId>, s: JwtSelectors<UserInfo>): JwtEffects<Credentials, AuthResponse, UserInfo, UserId>

Properties

login$: Observable<Error & TypedAction<string> | { response: AuthResponse } & TypedAction<string>> & CreateEffectMetadata = ...
loginAgain$: Observable<Error & TypedAction<string> | { response: AuthResponse } & TypedAction<string>> & CreateEffectMetadata = ...
loginAs$: Observable<Error & TypedAction<string> | { response: AuthResponse } & TypedAction<string>> & CreateEffectMetadata = ...
loginSetUser$: Observable<{ user: undefined | UserInfo } & TypedAction<string>> & CreateEffectMetadata = ...
logout$: Observable<TypedAction<string> | Error & TypedAction<string>> & CreateEffectMetadata = ...
stashUser$: Observable<{ user: UserInfo } & TypedAction<string> | { user: undefined | UserInfo } & TypedAction<string>> & CreateEffectMetadata = ...
unstashUser$: Observable<TypedAction<string> | { user: undefined | UserInfo } & TypedAction<string>> & CreateEffectMetadata = ...

Generated using TypeDoc