DaffAuthStorageService
import { DaffAuthStorageService } from '@daffodil/auth'
@Injectable()
class DaffAuthStorageService {
getAuthToken(): string
setAuthToken(value: string): void
removeAuthToken(): void
}
Properties
Name | Type | Description |
---|---|---|
getAuthToken | string | |
setAuthToken | void | |
removeAuthToken | void |