![JAR search and dependency download from the Maven repository](/logo.png)
main.com.stytch.java.common.JwtOptions.kt Maven / Gradle / Ivy
package com.stytch.java.common
internal data class JwtOptions(
val audience: String,
val issuer: String,
val type: String,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy