JwtConfigurationModel

data class JwtConfigurationModel(issuer: String, secretKey: String)

Functions

component1
Link copied to clipboard
operator fun component1(): String
component2
Link copied to clipboard
operator fun component2(): String
copy
Link copied to clipboard
fun copy(issuer: String, secretKey: String): JwtConfigurationModel
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

issuer
Link copied to clipboard
val issuer: String
secretKey
Link copied to clipboard
val secretKey: String