
com.wordnik.swagger.auth.service.AuthDialog.scala Maven / Gradle / Ivy
The newest version!
package com.wordnik.swagger.auth.service
import com.wordnik.swagger.auth.model.ApiResponseMessage
trait AuthDialog {
def show(clientId: String, redirectUri: String, scope: String, responseType: String, requestId: Option[String]): ApiResponseMessage
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy