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

main.com.stytch.java.common.JwtOptions.kt Maven / Gradle / Ivy

There is a newer version: 7.3.0
Show newest version
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