OpenIdToken

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)