KeycloakService

interface KeycloakService

Functions

Link copied to clipboard
@GET(value = "protocol/openid-connect/userinfo")
abstract suspend fun fetchUserInfo(): Response<UserInfo?>