Open Id Token
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun OpenIdToken( @Json(name = "access_token" ) accessToken: String, @Json(name = "token_type" ) tokenType: String, @Json(name = "matrix_server_name" ) matrixServerName: String, @Json(name = "expires_in" ) expiresIn: Int)
Content copied to clipboard