All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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