CognitoIdentityConf

case class CognitoIdentityConf(clientId: String, domain: FullUrl, scope: String)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def authUrl(identityProvider: String, state: String, redirUrl: FullUrl): FullUrl
def authUrlAmazon(state: String, redirUrl: FullUrl): FullUrl
def authUrlFacebook(state: String, redirUrl: FullUrl): FullUrl
def authUrlGoogle(state: String, redirUrl: FullUrl): FullUrl
def logoutUrl(callback: FullUrl): FullUrl
def stringify(map: Map[String, String]): String
def tokenParameters(code: String, redirUrl: FullUrl): Map[String, String]
def tokensUrl: FullUrl

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product