Computer scienceBackendKtorKtor Advanced

Microservice Architecture with Ktor

Retrofit method

Report a typo

Specify this method for Retrofit as a post request to /auth/login:

interface AuthService {
    /* your code here */
    suspend fun login(): LoginResponse
}
Enter a short text
___

Create a free account to access the full topic