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

io.udash.auth.DefaultAuthExceptionCodecRegistry.scala Maven / Gradle / Ivy

package io.udash.auth

import com.avsystem.commons.serialization.GenCodec
import io.udash.rpc.serialization.DefaultExceptionCodecRegistry

class DefaultAuthExceptionCodecRegistry extends DefaultExceptionCodecRegistry {
  register(GenCodec.create(_ => new UnauthenticatedException(), exceptionWriter))
  register(GenCodec.create(_ => new UnauthorizedException(), exceptionWriter))
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy