Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JwtActions<Credentials, AuthResponse, UserInfo, UserId>

Type Parameters

  • Credentials

  • AuthResponse

  • UserInfo

  • UserId = number

Hierarchy

  • JwtActions

Index

Properties

login: ActionCreatorShort<string, { credentials: Credentials }>
loginAgain: ActionCreatorShort<string, { credentials: Credentials }>
loginAgainErrored: ActionCreatorShort<string, Error>
loginAgainSucceed: ActionCreatorShort<string, { response: AuthResponse }>
loginAs: ActionCreatorShort<string, { userId: UserId }>
loginAsErrored: ActionCreatorShort<string, Error>
loginAsSucceed: ActionCreatorShort<string, { response: AuthResponse }>
loginErrored: ActionCreatorShort<string, Error>
loginSucceed: ActionCreatorShort<string, { response: AuthResponse }>
logout: ActionCreatorShort<string, { fromAllDevices?: boolean }>
logoutErrored: ActionCreatorShort<string, Error>
logoutSucceed: ActionCreatorSimple<string>
setUser: ActionCreatorShort<string, { user: undefined | UserInfo }>
stashUser: ActionCreatorShort<string, { user: UserInfo }>
unstashUser: ActionCreatorSimple<string>

Generated using TypeDoc