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

me.wojnowski.oidc4s.JoseHeader.scala Maven / Gradle / Ivy

package me.wojnowski.oidc4s

/** Represents JOSE (JSON Object Signing and Encryption) header https://datatracker.ietf.org/doc/html/rfc7515#section-4 */
case class JoseHeader(keyId: String, algorithm: Algorithm)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy