com.wordnik.swagger.auth

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class AnonymousTokenResponse(expires_in: Long, access_token: String) extends TokenResponse with Product with Serializable

  2. case class ApiResponseMessage(code: Int, message: String) extends Product with Serializable

  3. trait TokenResponse extends AnyRef

  4. case class TokenWrapper(createdAt: Date, tokenResponse: TokenResponse) extends Product with Serializable

  5. case class UserTokenResponse(expires_in: Long, access_token: String, username: String) extends TokenResponse with Product with Serializable

Ungrouped