import { DaffLoginServiceInterface } from '@daffodil/auth/driver'
interface DaffLoginServiceInterface<TRequest extends DaffLoginInfo = DaffLoginInfo, TResponse extends DaffAuthToken = DaffAuthToken> {
login(loginInfo: TRequest): any
logout(): any
}
anyLogs the user in.
| Parameter | loginInfo: TRequest |
|---|---|
| Description |
anyLogs the user out by revoking their access token.