Typical authentication response from DRF API.

interface AuthResponse {
    refresh: string;
    token: string;
}

Properties

Properties

refresh: string
token: string