Package

io.toolsplus.atlassian.connect.play.auth.jwt

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. final case class InvalidJwtError(message: String) extends JwtAuthenticationError with Product with Serializable

    Permalink
  2. sealed abstract class JwtAuthenticationError extends Exception

    Permalink
  3. final case class JwtBadCredentialsError(message: String) extends JwtAuthenticationError with Product with Serializable

    Permalink

    Indicates that an authentication request is rejected because the credentials are invalid.

  4. final case class UnknownJwtIssuerError(issuer: String) extends JwtAuthenticationError with Product with Serializable

    Permalink

Ungrouped