@amirsavand/ngx-common - v5.1.0
    Preparing search index...

    Interface AuthResponse

    Typical authentication response from DRF API.

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

    Properties

    Properties

    refresh: string
    token: string